Class ChartAxisScrollbarSettingsRange
Provides options to customize the range of a scrollbar for chart axes.
Inheritance
System.Object
ChartAxisScrollbarSettingsRange
Implements
System.IAsyncDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartAxisScrollbarSettingsRange : ChartCommonScrollbarSettingsRange, IAsyncDisposable, ISubcomponentTracker
Remarks
This component is a child of ChartAxisScrollbarSettings and is used as a cascading parameter to define the minimum and maximum range for the axis scrollbar.
Constructors
ChartAxisScrollbarSettingsRange()
Declaration
public ChartAxisScrollbarSettingsRange()
Implements
System.IAsyncDisposable