Class StockChartNavigatorSeriesMarkers
Telerik UI StockChartNavigatorSeriesMarkers.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
StockChartNavigatorSeriesMarkers
Assembly: Telerik.Blazor.dll
Syntax
public class StockChartNavigatorSeriesMarkers : DataVizChildComponent, IDisposable
Constructors
Declaration
public StockChartNavigatorSeriesMarkers()
Properties
The background color of the current series markers.
Declaration
public string Background { get; set; }
Property Value
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Declaration
public Nullable<double> Size { get; set; }
Property Value
System.Nullable<System.Double>
|
Configures the markers shape type.
Declaration
public string Type { get; set; }
Property Value
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>
|