Class PivotChartMinorTickLines
Allows options for customizing minor tick lines.
Inheritance
PivotChartMinorTickLines
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartMinorTickLines : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
PivotChartMinorTickLines()
Declaration
public PivotChartMinorTickLines()
Properties
Color
Allows to set 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
Height
Allows to set the height of the ticks in pixels.
Declaration
[Parameter]
public int Height { get; set; }
Property Value
Width
Allows to set the width of the tick line in pixels.
Declaration
[Parameter]
public double Width { get; set; }
Property Value
Methods
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Overrides
Implements