Class NavigatorPlacement
Defines the Label Placement for axis. They are betweenTicks - Render the label between the ticks. onTicks - Render the label on the ticks. auto - Render the label between or on the ticks based on data.
Inheritance
System.Object
NavigatorPlacement
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class NavigatorPlacement : Enum
Fields
Auto
Declaration
public const NavigatorPlacement Auto
Field Value
Type |
---|
NavigatorPlacement |
BetweenTicks
Declaration
public const NavigatorPlacement BetweenTicks
Field Value
Type |
---|
NavigatorPlacement |
OnTicks
Declaration
public const NavigatorPlacement OnTicks
Field Value
Type |
---|
NavigatorPlacement |