Class StockChartNavigatorCategoryAxisMajorTicks
Telerik UI StockChartNavigatorCategoryAxisMajorTicks.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
StockChartNavigatorCategoryAxisMajorTicks
Assembly: Telerik.Blazor.dll
Syntax
public class StockChartNavigatorCategoryAxisMajorTicks : DataVizChildComponent, IDisposable
Constructors
Declaration
public StockChartNavigatorCategoryAxisMajorTicks()
Properties
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
The color of the category axis major 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 major ticks.
Declaration
public Nullable<double> Skip { get; set; }
Property Value
System.Nullable<System.Double>
|
The step of the category axis major 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 major ticks. By default the category axis major ticks are visible.
Declaration
public Nullable<bool> Visible { get; set; }
Property Value
System.Nullable<System.Boolean>
|
The width of the major 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>
|