ClassStockChartCategoryAxisMajorGridLines
Class
Telerik UI StockChartCategoryAxisMajorGridLines.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class StockChartCategoryAxisMajorGridLines : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartCategoryAxisMajorGridLines
Implements:
Inherited Members
Constructors
StockChartCategoryAxisMajorGridLines()
Declaration
public StockChartCategoryAxisMajorGridLines()
Properties
Color
The color of the lines. Any valid CSS color string will work here, including hex and rgb.
DashType
The dash type of the grid lines.
Skip
The skip of the category axis major grid lines.
Step
The step of the category axis major grid lines.
Visible
The visibility of the lines.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides