Dundas Chart for ASP.NET
BoxPlotWhiskerPercentile Custom Attribute
See Also Send comments on this topic.
Custom Attributes > BoxPlotWhiskerPercentile Custom Attribute



Glossary Item Box

Gets or sets the percentile value of the whiskers of the Box chart 
Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the Series BoxPlotWhiskerPercentile.
Chart1.Series(0)("BoxPlotWhiskerPercentile") = "15"


                    
C# Copy Code
using Dundas.Charting.WebControl;
  ...

// Set the Series BoxPlotWhiskerPercentile.
Chart1.Series[0]["BoxPlotWhiskerPercentile"] = "15";


                    

Remarks

Gets or sets the percentile value of the whiskers of the Box chart. 

Custom Attribute Summary
Possible Values: Ranges from 0 to 50.
Default Value: 10 
2D / 3D Limitations: No
Applies to Chart Element:  Series Objects
Applies to Chart Types: Box Plot

 


Figure 1: Box chart BoxPlotWhiskerPercentile set to 15 (15th/85th percentiles).

See Also

Custom Attributes
Custom Attributes Overview

Chart Types
Box Plot Chart

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.