Class StockChartCommonMinorTickLines
To specify customization options for stock chart axis minor tick lines.
Inheritance
StockChartCommonMinorTickLines
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartCommonMinorTickLines : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartCommonMinorTickLines()
Declaration
public StockChartCommonMinorTickLines()
Properties
Color
The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.
Declaration
[Parameter]
public string Color { get; set; }
Property Value
| Type |
|---|
| string |
Height
The height of the ticks in pixels.
Declaration
[Parameter]
public double Height { get; set; }
Property Value
| Type |
|---|
| double |
Width
The width of the tick line in pixels.
Declaration
[Parameter]
public double Width { get; set; }
Property Value
| Type |
|---|
| double |