Enum ChartTextOrientation
Specifies the orientation of text when rendered with a value point.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartTextOrientation
Fields
| Name | Description |
|---|---|
| Center | Text is centered on the point. |
| Down | Text is rendered below the point. |
| DownLeft | Text is rendered below and to the left of the point. |
| DownRight | Text is rendered below and to the right of the point. |
| Left | Text is rendered to the left of the point. |
| RegionCenter | Text is centered in the region that represents the point (Example: centered inside the bar in a bar chart). |
| RegionDown | Text is rendered below the region that represents the point (Example: below the bar in a bar chart). |
| RegionUp | Text is rendered above the region that represents the point (Example: above the bar in a bar chart). |
| Right | Text is rendered to the right of the point. |
| Smart | Text is rendered in a manner that is appropriate for the situation. |
| SymbolCenter | Text is centered to the symbol if one is associated with the point. |
| Up | Text is rendered above the point. |
| UpLeft | Text is rendered above and to the left of the point. |
| UpRight | Text is rendered above and to the right of the point. |