ImmediateUpdates Property

3D Graph Control

ImmediateUpdates Property

Syntax

CWGraph3D.ImmediateUpdates

Data Type

Boolean

Purpose

Specifies if the graph draws new data as soon as it is available, or if the form refreshes the graph when it draws other controls.

Remarks

Set this property to True to guarantee that the graph plots all available data.

Set this property to False to skip graph updates for other events. When this property is False, the container, such as a Visual Basic form, controls the update rate.