Skip to main content

ChartText.TextType Property

Indicates the source of the text.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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