Telerik UI StockChartCategoryAxisMajorTicks.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartCategoryAxisMajorTicks : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartCategoryAxisMajorTicks
Implements:
Inherited Members
Constructors
C#
public StockChartCategoryAxisMajorTicks()
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 axis major 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 major ticks.
C#
[Parameter]
public double? Skip { get; set; }
The step of the category axis major 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: