Telerik UI StockChartValueAxisMinorGridLines.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartValueAxisMinorGridLines : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartValueAxisMinorGridLines
Implements:
Inherited Members
Constructors
C#
public StockChartValueAxisMinorGridLines()
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 lines.Note that this has no effect if the visibility of the minor grid lines is not set to true.
C#
[Parameter]
public string Color { get; set; }
The dash type of the minor grid lines.
C#
[Parameter]
public DashType? DashType { get; set; }
The skip of the value axis minor grid lines.
C#
[Parameter]
public double? Skip { get; set; }
The step of the value axis minor grid lines.
C#
[Parameter]
public double? Step { get; set; }