Back to Devexpress

ChartTextType Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-3bf1eb2c.md

latest1.2 KB
Original Source

ChartTextType Enum

Lists sources of the text displayed in a chart element.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ChartTextType
vb
Public Enum ChartTextType

Members

NameDescription
Auto

A text is obtained automatically.

| | Reference |

A text is obtained from a referenced cell.

| | Value |

A text is specified as a string.

|

The following properties accept/return ChartTextType values:

Remarks

The ChartTextType enumeration is exposed by the ChartText.TextType property.

See Also

DevExpress.Spreadsheet.Charts Namespace