Class StockChartNavigatorSeriesLabelsBorder
Telerik UI StockChartNavigatorSeriesLabelsBorder.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
StockChartNavigatorSeriesLabelsBorder
Assembly: Telerik.Blazor.dll
Syntax
public class StockChartNavigatorSeriesLabelsBorder : DataVizChildComponent, IDisposable
Constructors
Declaration
public StockChartNavigatorSeriesLabelsBorder()
Properties
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Declaration
public string Color { get; set; }
Property Value
The dash type of the border.
Declaration
public Nullable<DashType> DashType { get; set; }
Property Value
Declaration
public Nullable<double> Width { get; set; }
Property Value
System.Nullable<System.Double>
|
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>
|