:: com :: sun :: star :: chart2 ::

interface XTimeBased

Methods' Summary
switchToNext  
setToPointInTime * point is the zero based index into the time based array * *  
setRange  
Methods' Details
switchToNext
boolean
switchToNext( [in] boolean  wrap );

setToPointInTime
boolean
setToPointInTime( [in] long  point );

Description
* point is the zero based index into the time based array * *
Returns
FALSE if the point is outside of the supported array
setRange
void
setRange( [in] long  start,
[in] long  end );

Top of Page