Chart.ShowDataLabelsOverMaximum property (Project)

Gets or sets whether to show data labels on a 2D chart when the value is greater than the maximum value on the value axis. Read/write Boolean.

Syntax

expression.ShowDataLabelsOverMaximum

expression A variable that represents a Chart object.

Remarks

If you change the value axis to be smaller than the size of the data points, you can use this property to set whether to show the data labels. The ShowDataLabelsOverMaximum property applies only to 2D charts.

Property value

BOOL

See also

Chart Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.