Class ChartAxisLabelPlacement
Specifies the label placement of the axis lines.
Inheritance
System.Object
ChartAxisLabelPlacement
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAxisLabelPlacement : Enum
Fields
BetweenTicks
Labels are placeed between ticks of axis..
Declaration
public const ChartAxisLabelPlacement BetweenTicks
Field Value
| Type |
|---|
| ChartAxisLabelPlacement |
OnTicks
Labels are placeed on ticks of axis.
Declaration
public const ChartAxisLabelPlacement OnTicks
Field Value
| Type |
|---|
| ChartAxisLabelPlacement |