AllowTimeAxisReset Property

Specifies how the time axis limits of a Pen are reset when you right-click a chart.

Syntax

object.AllowTimeAxisReset [= Boolean]

Properties

The AllowTimeAxisReset property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether or not to reset the time axis limits in a chart to Start Time and End Time pen properties.

Settings

The settings for Boolean are:

Value

Description

True

Resets the time axis limits of the chart to the StartTime and EndTime properties of a chart's pen.

False

Resets the time axis limits of the chart to the FixedTime and FixedData properties or the DaysBeforeNow and TimeBeforeNow properties.

 

Applies To