TimeAwareLabelIntervalType (Property)

Applies To:

XAxisLabel (Object)

Description:

Enables you to manually specify the recurring intervals at which to display a limited number of labels. This property is used with the bqTimeAwareIntervalUnit constant group.

Action:

Read-write, BQTimeAwareIntervalUnit

Constants:

The BQTimeAwareIntervalUnit constant group consists of these values:

Note:

The bqTimeAwarePage constant is not applicable to the TimeAwareLabelIntervalType property.

Example:

This example shows how to set the place the label interval type to every fifth day.

ActiveDocument.Sections["Chart2"].LabelsAxis.XAxis.TimeAwareAutoRange = true
ActiveDocument.Sections["Chart2"].LabelsAxis.XAxis.LabelFrequency = 5
ActiveDocument.Sections["Chart2"].LabelsAxis.XAxis.TimeAwareLabelIntervalType = bqTimeAwareDay

TimeAwareScrollIntervalType (Property) TimeAwareScrollMaxDisplayed (Property) TimeAwareTickIntervalType (Property)