hasBarOrMarkerSeries()

This function determines if any series in a chart is displayed as a Bar or a Line with markers.

Syntax:

boolean hasBarOrMarkerSeries()

Input:

None

Return:

boolean: true/false

true=

One or more series are drawn as bar risers or markers

false=

There are no series in the chart drawn as bars or markers

Example:

perspective1.setGraphType(01);
boolean b = perspective1.hasBarOrMarkerSeries();
perspective1.setAutoshading(b);