Skip to main content

ChartData.TextValue Property

Gets or sets the text chart data.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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