Class PivotChartEdgeLabelPlacement
Defines the Edge Label Placement for an axis. They are none - No action will be perform. hide - Edge label will be hidden. shift - Shift the edge labels.
Inheritance
System.Object
PivotChartEdgeLabelPlacement
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartEdgeLabelPlacement : Enum
Fields
Hide
Hide - Edge label will be hidden.
Declaration
public const PivotChartEdgeLabelPlacement Hide
Field Value
Type |
---|
PivotChartEdgeLabelPlacement |
None
None - No action will be perform.
Declaration
public const PivotChartEdgeLabelPlacement None
Field Value
Type |
---|
PivotChartEdgeLabelPlacement |
Shift
Shift - Shift the edge labels.
Declaration
public const PivotChartEdgeLabelPlacement Shift
Field Value
Type |
---|
PivotChartEdgeLabelPlacement |