XAxisLabel (Object)
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.
Read-write, BQTimeAwareIntervalUnit
The BQTimeAwareIntervalUnit constant group consists of these values:
bqTimeAwareDay
bqTimeAwareHour
bqTimeAwareMinute
bqTimeAwareMonth
bqTimeAwarePage
bqTimeAwareSecond
bqTimeAwareValue
bqTimeAwareWeek
bqTimeAwareYear
Note: | The bqTimeAwarePage constant is not applicable to the TimeAwareLabelIntervalType property. |
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)