dotnetCHARTING Send comments on this topic.
DataDistribution(String,Series) Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class > DataDistribution Method : DataDistribution(String,Series) Method


seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A statistical series.
Calculates some quality control features like median, mean and percentile and integrate them within an element.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function DataDistribution( _
   ByVal seriesName As String, _
   ByVal s As Series _
) As Series
Visual Basic (Usage)Copy Code
Dim seriesName As String
Dim s As Series
Dim value As Series
 
value = StatisticalEngine.DataDistribution(seriesName, s)
C# 
public static Series DataDistribution( 
   string seriesName,
   Series s
)

Parameters

seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A statistical series.

Exceptions

ExceptionDescription
ArgumentExceptionThrown if the series s is empty

See Also

© 2010 All Rights Reserved.