ClassStockChartValueAxisMinorGridLines
Class
Telerik UI StockChartValueAxisMinorGridLines.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class StockChartValueAxisMinorGridLines : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartValueAxisMinorGridLines
Implements:
Inherited Members
Constructors
StockChartValueAxisMinorGridLines()
Declaration
public StockChartValueAxisMinorGridLines()
Properties
Color
The color of the lines.Note that this has no effect if the visibility of the minor grid lines is not set to true.
DashType
The dash type of the minor grid lines.
Skip
The skip of the value axis minor grid lines.
Step
The step of the value axis minor 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