ShowBarValues (Property)

Applies To:

BarChart object, BarLineChart object

Description:

Display data values on the tops of individual bars in Bar and Bar Line Charts.

Action:

Read-write, Boolean

Example:

This example shows how to display the true data values on top of the bars in Bar and Bar line charts:

var MyChart = ActiveDocument.Sections["AllChart"]
MyChart.BarChart.ShowBarValues = true