Telerik UI StockChartNavigatorCategoryAxisMajorTicks.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartNavigatorCategoryAxisMajorTicks : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartNavigatorCategoryAxisMajorTicks
Implements:
Inherited Members
Constructors
C#
public StockChartNavigatorCategoryAxisMajorTicks()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The color of the category axis major ticks lines. Accepts a valid CSS color string, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }
The skip of the category axis major ticks.
C#
[Parameter]
public double? Skip { get; set; }
The step of the category axis major ticks.
C#
[Parameter]
public double? Step { get; set; }
If set to true the chart will display the category axis major ticks. By default the category axis major ticks are visible.
C#
[Parameter]
public bool? Visible { get; set; }