Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRow - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartRow

    Inheritance
    System.Object
    ChartSubComponent
    ChartRow
    Inherited Members
    ChartSubComponent.PopSubcomponent()
    ChartSubComponent.PushSubcomponent()
    ChartSubComponent.Dispose(Boolean)
    ChartSubComponent.BuildRenderTree(RenderTreeBuilder)
    ChartSubComponent.ChildContent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartRow : ChartSubComponent, ISubcomponentTracker, IChartElement

    Constructors

    ChartRow()

    Declaration
    public ChartRow()

    Properties

    Border

    Options to customize the border of the columns.

    Declaration
    public ChartBorder Border { get; set; }
    Property Value
    Type Description
    ChartBorder

    Height

    The width of the column as a string accepts input both as like '100px' or '100%'. If specified as '100%, column renders to the full width of its chart.

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

    RendererKey

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

    RendererType

    Declaration
    public Type RendererType { get; set; }
    Property Value
    Type Description
    System.Type

    Methods

    OnInitialized()

    Declaration
    protected override void OnInitialized()

    OnParametersSet()

    Declaration
    protected override void OnParametersSet()
    Overrides
    ChartSubComponent.OnParametersSet()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved