Enum ChartTextPosition
Specifies the options for positioning of the Chart's text.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartTextPosition
Fields
| Name | Description |
|---|---|
| Bottom | Text is positioned at the bottom of the chart area. |
| Left | Text is positioned to the left of the chart area. |
| Right | Text is positioned to the right of the chart area. |
| Top | Text is positioned at the top of the chart area. |