getNumBars()
Returns the total number of bars loaded into the current chart.
Parameters
none
function takes no parameters
Usage
function main() {
var nNumBars;
...
//retrieve the number of bars loaded
nNumBars = getNumBars();
}
Submit feedback about this site to: