menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StockChartRow - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StockChartRow

    To specify customization options for stockchart row.

    Inheritance
    System.Object
    StockChartRow
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartRow : OwningComponentBase

    Constructors

    StockChartRow()

    Declaration
    public StockChartRow()

    Properties

    Height

    The height of the row as a string accept input both as '100px' and '100%'. If specified as '100%, row renders to the full height of its chart.

    Declaration
    public string Height { get; set; }
    Property Value
    Type
    System.String

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved