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



Create the S Chart chart for a given SeriesCollection object.

Overload List

OverloadDescription
SChart(String,SeriesCollection) Create the S Chart chart for a given SeriesCollection object.  
SChart(SeriesCollection) Create the S Chart chart for a given SeriesCollection object.  

Exceptions

ExceptionDescription
ArgumentExceptionThrown if the sc does not contain any series.

See Also