getTimeScaleLevel()

This method returns the object ID of a level (0...2) on a time scale axis.

Syntax:

IdentObj getTimeScaleLevel(level);

where:

level

Is a time scale axis level 0...2.

Example:

setLevelBorderColor(getTimeScaleLevel(1), new Color (255,0,0));

bar graph

See UseTimeScaleAxisfor the data that was used to create this chart.


WebFOCUS