Specifies how the value axis limits of a Pen are reset when you right-click a chart.
Syntax
object.AllowValueAxisReset [= Boolean]
Properties
The AllowValueAxisReset 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 value axis limits in a chart to HiLimit and LoLimit pen properties. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Resets the value axis limits of the chart to the HiLimit and LoLimit properties of a chart's pen. |
False |
Resets the value axis limits of the chart to the EGU limits of the tag associated with the pen. |