TextElement Properties
The base class for text elements of treemap/sunburst charts.| Name | Description |
|---|---|
| DXFont | Gets or sets the font used to display the element’s text. Use this property in non-Windows environments. |
| DXTextAlignment | Gets or sets text alignment for the element. Use this property in non-Windows environments. |
| Font | Gets or sets the font used to display the element’s text. |
| Text | Gets or sets the element’s text. |
| TextAlignment | Gets or sets text alignment for the element. |
| TextColor | Gets or sets the text color for the element. |
See Also