ViewableSeriesStock

This property selects the number of series to be made visible in a stock graph.

Syntax:

setViewableSeriesStock(value);
value = getViewableSeriesStock();

where:

value

Is any integer between 0 and the number of series in the data that defines the graph. 0 (show all series) is the default value.

Example:

setGraphType(73); 
setViewableSeriesStock(2);

stock graph

setViewableSeriesStock(1);

stock graph

Note:

See ScrollOffsetSeries, ViewableGroupsStock,setDataRange().


WebFOCUS