Chart.ShowDataLabelsOverMaximum Property

Excel Developer Reference

Returns or sets whether to show the data labels when the value is greater than the maximum value on the value axis. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.ShowDataLabelsOverMaximum

expression   A variable that represents a Chart object.

Remarks

If you change the value axis in such a way that it became smaller than the size of the data points, you can use this property to set whether to show the data labels. This property applies to 2-D charts only.

See Also