Skip to main content
A newer version of this page is available. .

ChartText.TextType Property

Indicates the source of the text.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

ChartTextType TextType { get; }

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