ResolutionAutoAdjust Property

Gets or sets a value that determines whether the level of detail of graphing is to be handled automatically or, using the Resolution property, explicitly.

Syntax

object.ResolutionAutoAdjust [= value]

Parameters

value
A Boolean expression that, if TRUE, enables ResolutionAutoAdjust, and, if FALSE, disables ResolutionAutoAdjust.

Remarks

When this property is TRUE, Array Visualizer dynamically adjusts the resolution of the graph so that performance matches the demands set by any user activity. Otherwise, the resolution is static at the level indicated by the current value of the Resolution property.

See Also

Resolution