Applies To:
ValuesAxis object
Description:
Displays values to the right of the Values axis.
Action:
Read-write, Boolean
Example:
This example shows how to display the values to the right of the axis:
var MyChart = ActiveDocument.Sections"Chart"] MyChart.ValuesAxis.ShowValuesAtRight = true