LabelFrequency (Property)
Applies To:
XAxis object
Description:
Returns or sets the frequency of labels displayed on a Chart X-axis.
Action:
Read-write, Number
Example:
This example shows how to change the frequency of labels to display on the X-axis to a value of three:
ActiveDocument.Sections["Chart"].LabelsAxis.XAxis.LabelFrequency = 3