.netCHARTING v10.5 Documentation


A data object.
GetSeries(Object) Method
Initiates data acquisition and processing based on the specified data object.
Syntax
'Declaration
 
Public Overloads Function GetSeries( _
   ByVal dataObj As Object _
) As SeriesCollection
'Usage
 
Dim instance As DataEngine
Dim dataObj As Object
Dim value As SeriesCollection
 
value = instance.GetSeries(dataObj)
public SeriesCollection GetSeries( 
   object dataObj
)

Parameters

dataObj
A data object.

Return Value

A SeriesCollection containting the resulting chart data.
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