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



Glossary Item Box

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

' Set the Series BoxPlotPercentile box size.
Chart1.Series(0)("BoxPlotPercentile") = "25"


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

// Set the Series BoxPlotPercentile box size.
Chart1.Series[0]["BoxPlotPercentile"] = "25";


                    

Remarks

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

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

 


Figure 1: Box chart BoxPlotPercentile set to 25 (25th percentile).

See Also

Chart Types
Box Plot Chart

Custom Attributes
Custom Attributes Overview

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