Class ChartRows
Represents a collection of rows within a chart, managing their initialization and customization.
Implements
System.IAsyncDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartRows : ChartSubComponent, IAsyncDisposable, ISubcomponentTracker
Remarks
This internal component handles the lifecycle and configuration of chart row containers, including default row element removal and axis assignment to rows. It integrates with the parent SfChart component through cascading parameters.
Constructors
ChartRows()
Declaration
public ChartRows()
Implements
System.IAsyncDisposable