Class StockChartNavigatorCategoryAxisMinorGridLines
Telerik UI StockChartNavigatorCategoryAxisMinorGridLines.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
StockChartNavigatorCategoryAxisMinorGridLines
Assembly: Telerik.Blazor.dll
Syntax
public class StockChartNavigatorCategoryAxisMinorGridLines : DataVizChildComponent, IDisposable
Constructors
Declaration
public StockChartNavigatorCategoryAxisMinorGridLines()
Properties
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
The color of the minor grid lines. Accepts a valid CSS color string, including hex and rgb.
Declaration
public string Color { get; set; }
Property Value
The dash type of the minor grid lines.The following dash types are supported: "dash" - a line consisting of dashes; "dashDot" - a line consisting of a repeating pattern of dash-dot; "dot" - a line consisting of dots; "longDash" - a line consisting of a repeating pattern of long-dash; "longDashDot" - a line consisting of a repeating pattern of long-dash-dot; "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot or "solid" - a solid line.
Declaration
public Nullable<DashType> DashType { get; set; }
Property Value
The skip of the category axis minor grid lines.
Declaration
public Nullable<double> Skip { get; set; }
Property Value
System.Nullable<System.Double>
|
The step of the category axis minor grid lines.
Declaration
public Nullable<double> Step { get; set; }
Property Value
System.Nullable<System.Double>
|
If set to true the chart will display the minor grid lines. By default the minor grid lines are visible.
Declaration
public Nullable<bool> Visible { get; set; }
Property Value
System.Nullable<System.Boolean>
|
The width of the category axis minor grid lines in pixels.
Declaration
public Nullable<double> Width { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
Declaration
protected override void OnInitialized()
Overrides
Telerik.Generated.Blazor.Components.DataVizChildComponent.OnInitialized()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|