PieRingTotalDisplay

This property enables or disables the display of a total value in the center of a pie ring graph. The GraphType property must be set to one of the pie ring graphs (56, 58, or 60). The PieRingTotalFormat property determines the format of the total value that is displayed.

Syntax:

setPieRingTotalDisplay(boolean);
boolean = getPieRingTotalDisplay();

where:

boolean

Can be one of the following:

true displays total. This value is the default.

false does not display total.

Example:

setGraphType(56);  setPieRingTotalDisplay(true);
setPieRingSize(60);

pie ring graph

setPieRingTotalDisplay(false);

pie ring graph

See PieRingSize, PieRingTotalFormat, PieRingTotalFormatPattern.


WebFOCUS