ClassStockChartCategoryAxisMinorGridLines
Telerik UI StockChartCategoryAxisMinorGridLines.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class StockChartCategoryAxisMinorGridLines : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartCategoryAxisMinorGridLines
Implements:
Inherited Members
Constructors
StockChartCategoryAxisMinorGridLines()
Declaration
public StockChartCategoryAxisMinorGridLines()
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
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.
DashType
The dash type of the grid lines.
Declaration
[Parameter]
public DashType? DashType { get; set; }
Property Value
Skip
The skip of the category axis minor grid lines.
Step
The step of the category 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
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns