.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Chart Class : SmartForecast Property
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
'Declaration
 
Public Property SmartForecast As TimeIntervalAdvanced
'Usage
 
Dim instance As Chart
Dim value As TimeIntervalAdvanced
 
instance.SmartForecast = value
 
value = instance.SmartForecast
public TimeIntervalAdvanced SmartForecast {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also