Skip to main content
A newer version of this page is available. .

Trendline.Backward Property

Gets or sets the number of categories (or units on a scatter chart) that the trendline extends before the data.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

double Backward { get; set; }

Property Value

Type Description
Double

A Double value that specifies the distance measured in lengths of a category on the category axis..

See Also