Table of Contents

O4WGraphEnd routine

Description

When all the data has been specified for the graph, calling O4WGraphEnd will generate the actual graph.

Syntax

O4WGraphEnd(id)

Parameters

The function has the following parameters:

ParameterDescription
idThe id of the graph to end. Id is created in the O4WGraphStart routine.

Remarks

Call O4WGraphStart to begin the graph definition process. O4WGraphData creates the data for the graph.

See Also

O4WGraphStart, O4WGraphData