Class ChartTextPosition
Specifies the options for positioning of the Chart's text.
Inheritance
System.Object
ChartTextPosition
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartTextPosition : Enum
Fields
Bottom
Text is positioned at the bottom of the chart area.
Declaration
public const ChartTextPosition Bottom
Field Value
| Type |
|---|
| ChartTextPosition |
Left
Text is positioned to the left of the chart area.
Declaration
public const ChartTextPosition Left
Field Value
| Type |
|---|
| ChartTextPosition |
Right
Text is positioned to the right of the chart area.
Declaration
public const ChartTextPosition Right
Field Value
| Type |
|---|
| ChartTextPosition |
Top
Text is positioned at the top of the chart area.
Declaration
public const ChartTextPosition Top
Field Value
| Type |
|---|
| ChartTextPosition |