Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Median Method
See Also 
Dundas.Charting.WebControl Namespace > Statistics Class : Median Method


inputSeriesName
Input Series Name
Returns the median of the given numbers. The median is the number in the middle of a set of numbers; that is, half the numbers have values that are greater than the median, and half have values that are less.

Syntax

Visual Basic (Declaration)  
Public Function Median( _
   ByVal inputSeriesName As String _
) As Double
Visual Basic (Usage) Copy Code
Dim instance As Statistics
Dim inputSeriesName As String
Dim value As Double
 
value = instance.Median(inputSeriesName)
C#  
public double Median( 
   string inputSeriesName
)

Parameters

inputSeriesName
Input Series Name

Return Value

Returns Median

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also