AutoFrequency (Property)

Applies To:

XAxisLabel object

Description:

Returns or sets the value of a Chart object AutoFrequency property. This enables the Chart function to choose the display frequency on the X-axis.

Action:

Read-write, Boolean

Example:

This example shows how to have a Chart X-axis use Auto Frequency:

ActiveDocument.Sections["Chart"].LabelsAxis.XAxis.AutoFrequency = true