Class TitlePosition
Defines the position of the title. They are:
Top - Displays the title on the top of chart.
Left - Displays the title on the left of chart.
Bottom - Displays the title on the bottom of chart.
Right - Displays the title on the right of chart.
Custom - Displays the title based on given x and y value.
Inheritance
System.Object
TitlePosition
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class TitlePosition : Enum
Fields
Bottom
Declaration
public const TitlePosition Bottom
Field Value
Custom
Declaration
public const TitlePosition Custom
Field Value
Left
Declaration
public const TitlePosition Left
Field Value
Right
Declaration
public const TitlePosition Right
Field Value
Top
Declaration
public const TitlePosition Top
Field Value