dotnetCHARTING Send comments on this topic.
SmartForecast Property
See Also 
dotnetCHARTING Namespace > Chart Class : SmartForecast Property


Gets or sets a TimeIntervalAdvanced object that specifies a time span shown on the chart. The span shown is an interval which encompasses the time the chart is rendered. A trend line is also added for the entire span shown and uses values not shown in it's calculation to improve accuracy.

Syntax

Visual Basic (Declaration) 
Public Property SmartForecast As TimeIntervalAdvanced
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As TimeIntervalAdvanced
 
instance.SmartForecast = value
 
value = instance.SmartForecast
C# 
public TimeIntervalAdvanced SmartForecast {get; set;}

See Also

© 2010 All Rights Reserved.