Class ChartMultiLevelLabels
Represents a collection of ChartMultiLevelLabel objects.
Implements
System.IAsyncDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartMultiLevelLabels : ChartSubComponent, IAsyncDisposable, ISubcomponentTracker
Remarks
This component manages and provides options to customize the multi-level labels of a chart axis. It serves as a container for ChartMultiLevelLabel child components and coordinates with the parent ChartAxis to apply label configuration settings.
Constructors
ChartMultiLevelLabels()
Declaration
public ChartMultiLevelLabels()
Implements
System.IAsyncDisposable