ChartText.TextType Property
Indicates the source of the text.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ChartTextType | A ChartTextType enumeration member that specifies the text source. |
Available values:
| Name | Description |
|---|---|
| Auto | A text is obtained automatically. |
| Reference | A text is obtained from a referenced cell. |
| Value | A text is specified as a string. |
See Also