menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRow - API Reference

    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

    BorderColor

    Option to customize the border color of the chart row.

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

    BorderWidth

    Option to customize width of the chart row border in pixels.

    Declaration
    public double BorderWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Height

    The height of the row as a string accepts input both as like '100px' or '100%'. If specified as '100%, row renders to the full height 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 - 2023 Syncfusion Inc. All Rights Reserved