DundasWinExtensions
CalculateHorizontalBoxPlot(Chart,String) Method
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > HorizontalBoxPlot Class > CalculateHorizontalBoxPlot Method : CalculateHorizontalBoxPlot(Chart,String) Method


chart
Chart control
sourceSeries
Semi-colon separated series names.
Calculates and creates box Plot Series based on sourceSeries with default boxPlotWhiskerPercentile and boxPlotPercentile. SourceSeries is one or more semi-colon separated series names. As a result each Box Plot point values will be calculated and added for each series specified in the parameter. The First Y value of the series will be used by default. Optionally, with the name of the series, the user can specify which value to use. For example, "Price:Y2;Volume"

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function CalculateHorizontalBoxPlot( _
   ByVal chart As Chart, _
   ByVal sourceSeries As String _
) As Series
Visual Basic (Usage) Copy Code
Dim chart As Chart
Dim sourceSeries As String
Dim value As Series
 
value = HorizontalBoxPlot.CalculateHorizontalBoxPlot(chart, sourceSeries)
C#  
public static Series CalculateHorizontalBoxPlot( 
   Chart chart,
   string sourceSeries
)

Parameters

chart
Chart control
sourceSeries
Semi-colon separated series names.

Return Value

Series with calculated box plot data points

Exceptions

Exception Description
ArgumentNullException Thrown when any passed parameter is null or sourceSeries is empty.
ArgumentOutOfRangeException Thrown when Series name and use values are passed in wrong format.

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

© 2009 All Rights Reserved.