XAxisLabel (Object)
Sets the maximum time range interval when setting the time range of a Time Aware axis manually.
Read-write, Date
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")'