PieBarSeries

When the GraphType property selects a Pie-Bar graph (setGraphType(93);), this property selects the series from which the bar is graphed.

Syntax:

setPieBarSeries(value);
value = getPieBarSeries();

where:

value

Is any integer between 0 and the number of series in the graph. 0 is the default value.

Example:

setGraphType(93);  setPieBarSeries(1);

pie-bar graph

setGraphType(93);  setPieBarSeries(3);

pie-bar graph


WebFOCUS