Skip to main content

TrendlineLabel.Text Property

Provides access to the text displayed in the trendline labels.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ChartText Text { get; }

Property Value

Type Description
ChartText

A ChartText object representing a text displayed in trendline labels.

See Also