| Visual Basic | Copy Code |
|---|---|
Imports Dundas.Charting.WinControl
...
' Set the BoxPlotShowAverage to True to shown average value
Chart1.Series(0)("BoxPlotShowAverage") = "True"
|
|
| C# | Copy Code |
|---|---|
|
|
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.
Custom Attributes
Custom Attributes Overview
Chart Types
Box Plot Chart
Copy Code