Class PivotChartAxisPosition
Defines the Position. They are inside - Place the ticks or labels inside to the axis line. outside - Place the ticks or labels outside to the axis line.
Inheritance
System.Object
PivotChartAxisPosition
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartAxisPosition : Enum
Fields
Inside
Outside - Place the ticks or labels outside to the axis line.
Declaration
public const PivotChartAxisPosition Inside
Field Value
Type |
---|
PivotChartAxisPosition |
Outside
Inside - Place the ticks or labels inside to the axis line.
Declaration
public const PivotChartAxisPosition Outside
Field Value
Type |
---|
PivotChartAxisPosition |