TChartTrendline.Intercept Property
This property sets where the trendline crosses the x-axis. If null, the crossing point will be automatically calculated. Only applies for see cref="TrendlineType"/> of TChartTrendlineType.Exponential, TChartTrendlineType.Linear or TChartTrendlineType.Polynomial
Syntax
Namespace: FlexCel.Core
public Nullable<Double> Intercept { get; set; }