Enum PivotChartLabelPlacement
Defines the Label Placement for category axis. They are BetweenTicks - Render the label between the ticks. OnTicks - Render the label on the ticks.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartLabelPlacement
Fields
| Name | Description |
|---|---|
| BetweenTicks | BetweenTicks - Render the label between the ticks. |
| OnTicks | OnTicks - Render the label on the ticks. |