Class StockChartNavigator
Telerik UI StockChartNavigator.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
StockChartNavigator
Assembly: Telerik.Blazor.dll
Syntax
public class StockChartNavigator : DataVizChildComponent, IDisposable
Constructors
Declaration
public StockChartNavigator()
Properties
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
The field containing the point date. It is used as a default field for the navigator axis.The data item field value must be either:
Declaration
public string DateField { get; set; }
Property Value
Specifies the navigator position of the StockChart.
Declaration
public Nullable<StockChartNavigatorPosition> Position { get; set; }
Property Value
The visibility of the navigator.
Declaration
public Nullable<bool> Visible { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
Declaration
protected override void OnInitialized()
Overrides
Telerik.Generated.Blazor.Components.DataVizChildComponent.OnInitialized()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|