GetSeries() Method
Initiates data acquisition and processing based on the specified data engine settings.
Syntax
'Declaration Public Overloads Function GetSeries() As SeriesCollection
'Usage Dim instance As DataEngine Dim value As SeriesCollection value = instance.GetSeries()
public SeriesCollection GetSeries()
Return Value
A SeriesCollection containting the resulting chart data.
Remarks
When ChartType is set to Financial and DateGrouping is specified, high, low, open, and close element values will be calculated based on the price field. Otherwise they will not be generated.
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