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 (Usage) |
Copy Code |
Dim chart As Chart
Dim sourceSeries As String
Dim value As Series
value = HorizontalBoxPlot.CalculateHorizontalBoxPlot(chart, sourceSeries)
|
Parameters
- chart
- Chart control
- sourceSeries
- Semi-colon separated series names.
Return Value
Series with calculated box plot data points
Exceptions
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