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



Glossary Item Box

Gets or sets a textual boolean value that indicates the average value for the Box chart will be shown.
Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the BoxPlotShowAverage to True to shown average value
Chart1.Series(0)("BoxPlotShowAverage") = "True"


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

// Set the BoxPlotShowAverage to True to shown average value
Chart1.Series[0]["BoxPlotShowAverage"] = "true";


                    

Remarks

Gets or sets a textual boolean value that indicates the average value for the Box chart that will be shown. 

Custom Attribute Summary
Possible Values: True or False 
Default Value: True
2D / 3D Limitations: No
Applies to Chart Element: Series Objects
Applies to Chart Types: Box Plot

 


Figure 1: Box chart with BoxPlotShowAverage set to True.

 

See Also

Custom Attributes
Custom Attributes Overview

Chart Types
Box Plot Chart

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