Class LabelPlacement
Defines the label placement for category axis. They are: BetweenTicks - Render the label between the ticks. OnTicks - Render the label on the ticks.
Inheritance
System.Object
LabelPlacement
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LabelPlacement : Enum
Fields
BetweenTicks
Declaration
public const LabelPlacement BetweenTicks
Field Value
| Type |
|---|
| LabelPlacement |
OnTicks
Declaration
public const LabelPlacement OnTicks
Field Value
| Type |
|---|
| LabelPlacement |