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