Telerik UI StockChartCategoryAxisMinorTicks.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartCategoryAxisMinorTicks : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartCategoryAxisMinorTicks
Implements:
Inherited Members
Constructors
C#
public StockChartCategoryAxisMinorTicks()
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The color of the category axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }
The axis minor tick size. This is the length of the line in pixels that is drawn to indicate the tick on the chart.
C#
[Parameter]
public double? Size { get; set; }
The skip of the category axis minor ticks.
C#
[Parameter]
public double? Skip { get; set; }
The step of the category axis minor ticks.
C#
[Parameter]
public double? Step { get; set; }
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides: