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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the trendline crosses the value axis; otherwise, false. |
Remarks
Set HasIntercept
to true
to create a trendline that crosses the value axis at the point specified by the Trendline.Intercept property.
If the HasIntercept
property is set to false
, the Trendline.Intercept setting is ignored when the document is saved or exported to supported formats.
See Also