TimeAwareMax (Property)

Applies To:

XAxisLabel (Object)

Description:

Sets the maximum time range interval when setting the time range of a Time Aware axis manually.

Action:

Read-write, Date

Example:

This example shows how to enable the time aware feature, disable the auto arrange property, and set the time aware minimum value to 4/4/96 at 1:45 and fifty-seven seconds:

ActiveDocument.Sections["UnitProdLineChart"].LabelsAxis.XAxis.TimeAwareOn = true
ActiveDocument.Sections["UnitProdLineChart"].LabelsAxis.XAxis.TimeAwareAutoRange = false
ActiveDocument.Sections["UnitProdLineChart"].LabelsAxis.XAxis.TimeAwareMa x = new Date("4/4/96 13:45:57")'