Specifies whether to automatically fetch the low and high EGU limits on run-time initialization.
Syntax
object.Autofetch [= Boolean]
Properties
The Autofetch 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 automatically fetch EGU limits. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Fetch the limits. |
False |
Do not fetch the limits. (Default) |
Remarks
Enabling the Autofetch property fetches the EGU limits of the data source at run-time. If the EGU limits of a data source change, then this field allows the animation or chart to detect this change and update it's internal input range limits. This is useful if a data source needs to be modified at run-time.