Class RangeNavigatorStyleSettings
Sets and gets the options to customize the navigator style settings for range navigator.
Inheritance
RangeNavigatorStyleSettings
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class RangeNavigatorStyleSettings : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RangeNavigatorStyleSettings()
Declaration
public RangeNavigatorStyleSettings()
Properties
SelectedRegionColor
Defines the selected region color for selected area.
Declaration
[Parameter]
public string SelectedRegionColor { get; set; }
Property Value
| Type |
|---|
| string |
UnselectedRegionColor
Un Selected region color for un selected area.
Declaration
[Parameter]
public string UnselectedRegionColor { get; set; }
Property Value
| Type |
|---|
| string |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |