Gets or sets the value that specifies how long the trend line extends in x axis direction relative to the appropriate data minimum.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(0)]
public double ForecastBackward { get; set; }
Visual Basic
<DefaultValueAttribute(0)> _
Public Property ForecastBackward As Double
	Get
	Set

See Also