Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartData.TextValue Property

Gets or sets the text chart data.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public string TextValue { get; set; }

Property Value

Type Description
String

A string that is the chart data.

Remarks

Use the ChartData.IsText property to determine whether the chart data is of the text type.

See Also