PieRingTotalFormat

When the PieRingTotalDisplay property is set to true and the total data value is displayed in the center of a ring pie graph, this property can be used to define the format of the data value. This property selects one of the standard preset formats. See the PieRingTotalFormatPatten property to specify a standard Java number format pattern.

Syntax:

setPieRingTotalFormat(value);
value = getPieRingTotalFormat();

where:

value

Is any integer between -1 and 21.

-1 uses the pattern defined by PieRingTotalFormatPattern.

0 through 21 selects a preset number format. 0 is the default value. See Formatting Numbers and Numeric Labels.

Example:

setPieRingTotalFormat(1);
setGraphType(56);
setPieRingSize(60);

pie ring graph

See PieRingSize, PieRingTotalDisplay, PieRingTotalFormatPattern.


WebFOCUS