Class PivotChartMinorTickLines
Allows options for customizing minor tick lines.
Inheritance
System.Object
PivotChartMinorTickLines
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartMinorTickLines : OwningComponentBase
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
public string Color { get; set; }
Property Value
Type |
---|
System.String |
Height
Allows to set the height of the ticks in pixels.
Declaration
public int Height { get; set; }
Property Value
Type |
---|
System.Int32 |
Width
Allows to set the width of the tick line in pixels.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |