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

DataLabel.Text Property

Gets the text displayed in the data label.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

ChartText Text { get; }

Property Value

Type Description
ChartText

A ChartText object containing text characteristics.

See Also