Telerik UI StockChartValueAxisMinorTicks.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartValueAxisMinorTicks : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartValueAxisMinorTicks
Implements:
Inherited Members
Constructors
C#
public StockChartValueAxisMinorTicks()
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 value 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; }