Class LabelPlacement
Defines the way of category axis label placement.
Inheritance
System.Object
LabelPlacement
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class LabelPlacement : Enum
Fields
BetweenTicks
Labels placed on between ticks.
Declaration
public const LabelPlacement BetweenTicks
Field Value
Type |
---|
LabelPlacement |
OnTicks
Labels placed on ticks.
Declaration
public const LabelPlacement OnTicks
Field Value
Type |
---|
LabelPlacement |