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

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

Syntax

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

See Also