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.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum PivotChartLabelPlacement
Fields
Name | Description |
---|---|
BetweenTicks | BetweenTicks - Render the label between the ticks. |
OnTicks | OnTicks - Render the label on the ticks. |