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

TrendlineLabel.Text Property

Provides access to the text displayed in the trendline labels.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

ChartText Text { get; }

Property Value

Type Description
ChartText

A ChartText object representing a text displayed in trendline labels.

See Also