Class PivotChartAlignment
Defines the Alignment. They are Near - Align the element to the left. Center - Align the element to the center. Far - Align the element to the right.
Inheritance
System.Object
PivotChartAlignment
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartAlignment : Enum
Fields
Center
Center - Align the element to the center.
Declaration
public const PivotChartAlignment Center
Field Value
Type |
---|
PivotChartAlignment |
Far
Far - Align the element to the right.
Declaration
public const PivotChartAlignment Far
Field Value
Type |
---|
PivotChartAlignment |
Near
Near - Align the element to the left.
Declaration
public const PivotChartAlignment Near
Field Value
Type |
---|
PivotChartAlignment |