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

Trendline.HasIntercept Property

Gets or sets whether the trendline crosses the value axis at the point specified by the Trendline.Intercept property.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool HasIntercept { get; set; }

Property Value

Type Description
Boolean

true, if the trendline crosses the value axis; otherwise, false.

Remarks

Set the HasIntercept to true to create a trendline that crosses the value axis at the point specified by the Trendline.Intercept property.

If the HasIntercept is set to false, the Trendline.Intercept setting is ignored when the document is saved or exported to supported formats.

See Also