Class StockChartNavigatorCategoryAxisLabels
Telerik UI StockChartNavigatorCategoryAxisLabels.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
StockChartNavigatorCategoryAxisLabels
Assembly: Telerik.Blazor.dll
Syntax
public class StockChartNavigatorCategoryAxisLabels : DataVizChildComponent, IDisposable
Constructors
Declaration
public StockChartNavigatorCategoryAxisLabels()
Properties
The background color of the labels. Accepts a valid CSS color string, including hex and rgb.
Declaration
public string Background { get; set; }
Property Value
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
The text color of the labels. Accepts a valid CSS color string, including hex and rgb.
Declaration
public string Color { get; set; }
Property Value
The font style of the labels.
Declaration
public string Font { get; set; }
Property Value
The number of labels to skip. By default no labels are skipped.
Declaration
public Nullable<double> Skip { get; set; }
Property Value
System.Nullable<System.Double>
|
The label rendering step - render every n-th label. By default every label is rendered.
Declaration
public Nullable<double> Step { get; set; }
Property Value
System.Nullable<System.Double>
|
The template which renders the labels.The fields which can be used in the template are: value - the category value.
Declaration
public string Template { get; set; }
Property Value
If set to true the chart will display the category axis labels. By default the category axis labels are visible.
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>
|