dotnetCHARTING Send comments on this topic.
GetSeries() Method
See Also 
dotnetCHARTING Namespace > DataEngine Class > GetSeries Method : GetSeries() Method


Initiates data acquisition and processing based on the specified data engine settings.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetSeries() As SeriesCollection
Visual Basic (Usage)Copy Code
Dim instance As DataEngine
Dim value As SeriesCollection
 
value = instance.GetSeries()
C# 
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.

See Also

© 2010 All Rights Reserved.