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

Trendline.TrendlineType Property

Gets or sets the type of the trendline.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

ChartTrendlineType TrendlineType { get; set; }

Property Value

Type Description
ChartTrendlineType

A ChartTrendlineType enumeration member identifying the trendline type.

See Also