GRAPH.Time

Previous  Next

 

nStatus = GRAPH.Time(  BYVAL nControl AS INTEGER,

                      [BYVAL state    AS INTEGER = NULL] ) AS INTEGER

 


 

If turned on, then Time is displayed on horizontal axis if X vs Time graph otherwise the horizontal axis is Frames.  If state is omitted then the function returns current state.

 

Example:

 

IF GRAPH.New( nControl, NG_XT, "Graph" ) <> 0 THEN

  ' Display Frames on Horizontal time axis

  GRAPH.Time( nControl, OFF )

ENDIF