Graph Object

Dynamic graph object. This is the most complex default object, and the only one that stores an array of data points. X/Y Points specify the data points filling the graph.

Property

Description

ClearAllPoint

Variable used to clear all data points in the graph (if TRUE).

Clockwise

If No, top of y-axis is negative and bottom is positive (reversed).

ConnectPoints

Connect lines between consecutive data points?

DataPointColor

Data point color.

EnablePoint

Variable used to enable addition of new data point. If var. is FALSE new data is disabled. (None) means always enabled.

PenWidth

Data point diameter in pixels.

XDivisions

Number of x divisions.

XMaxEq

X axis maximum equation (Simple or VBScript).

XMinEq

X axis minimum equation (Simple or VBScript).

XPointEq

X point equation (Simple or VBScript).

YDivisions

Number of y divisions.

YMaxEq

Y axis maximum equation (Simple or VBScript).

YMinEq

Y axis minimum equation (Simple or VBScript).

YPointEq

Y point equation (Simple or VBScript).

Tip

Making "YMinEq" and "YMaxEq" constants allows the scaling spinner hotspot to be used to rescale the Y-axis.