Telerik UI StockChartCategoryAxisMinorGridLines.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartCategoryAxisMinorGridLines : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartCategoryAxisMinorGridLines
Implements:
Inherited Members
Constructors
C#
public StockChartCategoryAxisMinorGridLines()
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The color of the lines. Any valid CSS color string will work here, including hex and rgb.Note that this setting 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 grid lines.
C#
[Parameter]
public DashType? DashType { get; set; }
The skip of the category axis minor grid lines.
C#
[Parameter]
public double? Skip { get; set; }
The step of the category axis minor grid lines.
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: