Class RangeNavigatorPeriodSelectorSettings
Sets and gets the period selector for range navigator.
Inheritance
RangeNavigatorPeriodSelectorSettings
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class RangeNavigatorPeriodSelectorSettings : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RangeNavigatorPeriodSelectorSettings()
Declaration
public RangeNavigatorPeriodSelectorSettings()
Properties
Height
Height for the period selector.
Declaration
[Parameter]
public double Height { get; set; }
Property Value
| Type |
|---|
| double |
Position
vertical position of the period selector.
Declaration
[Parameter]
public PeriodSelectorPosition Position { get; set; }
Property Value
| Type |
|---|
| PeriodSelectorPosition |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |