Applies To:
XAxis object, ZAxis object
Description:
Enables the display of the values along the X-axis and the Z-axis.
Action:
Read-write, Boolean
Example:
This example shows how to display values only on the X-axis:
var MyChart = ActiveDocument.Sections["Chart"] MyChart.LabelsAxis.XAxis.ShowValues = true MyChart.LabelsAxis.ZAxis.ShowValues = false