Enum 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.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartEdgeLabelPlacement
Fields
| Name | Description |
|---|---|
| Hide | Hide - Edge label will be hidden. |
| None | None - No action will be perform. |
| Shift | Shift - Shift the edge labels. |