Class ChartCommonScrollbarSettingsRange
Options to customize the scrollbar range of the axis
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
ChartCommonScrollbarSettingsRange
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartCommonScrollbarSettingsRange : SfBaseComponent
Constructors
ChartCommonScrollbarSettingsRange()
Declaration
public ChartCommonScrollbarSettingsRange()
Properties
Maximum
Specifies the maximum range of an scrollbar.
Declaration
public string Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Minimum
Specifies the minimum range of an scrollbar.
Declaration
public string Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |