Class StockChartNavigatorCategoryAxisMinorTicks
Telerik UI StockChartNavigatorCategoryAxisMinorTicks.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
StockChartNavigatorCategoryAxisMinorTicks
Assembly: Telerik.Blazor.dll
Syntax
public class StockChartNavigatorCategoryAxisMinorTicks : DataVizChildComponent, IDisposable
Constructors
Declaration
public StockChartNavigatorCategoryAxisMinorTicks()
Properties
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
The color of the category axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.
Declaration
public string Color { get; set; }
Property Value
The length of the tick line in pixels.
Declaration
public Nullable<double> Size { get; set; }
Property Value
System.Nullable<System.Double>
|
The skip of the category axis minor ticks.
Declaration
public Nullable<double> Skip { get; set; }
Property Value
System.Nullable<System.Double>
|
The step of the category axis minor ticks.
Declaration
public Nullable<double> Step { get; set; }
Property Value
System.Nullable<System.Double>
|
If set to true the chart will display the category axis minor ticks. By default the category axis minor ticks are visible.
Declaration
public Nullable<bool> Visible { get; set; }
Property Value
System.Nullable<System.Boolean>
|
The width of the minor ticks in pixels.
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>
|