dotnetCHARTING Send comments on this topic.
SChart(SeriesCollection) Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class > SChart Method : SChart(SeriesCollection) Method


sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
Create the S Chart chart for a given SeriesCollection object.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function SChart( _
   ByVal sc As SeriesCollection _
) As Series
Visual Basic (Usage)Copy Code
Dim sc As SeriesCollection
Dim value As Series
 
value = StatisticalEngine.SChart(sc)
C# 
public static Series SChart( 
   SeriesCollection sc
)

Parameters

sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.

Exceptions

ExceptionDescription
ArgumentExceptionThrown if the sc does not contain any series.

See Also

© 2010 All Rights Reserved.