PlotAxis.UseDateTimeFormatting Property

Top 

Description

Sets whether or not the axis values will be formatted into a Date/Time string according to the LabelsFormat property.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myPlotAxis1.UseDateTimeFormatting;

 

myPlotAxis1.UseDateTimeFormatting = myVariable1;

 

See also

PlotAxis Object

PlotWindow Guide