PieBarLabelString

When the GraphType property selects a Pie-Bar graph (setGraphType(93);), this property defines the Pie-Bar label string displayed by the PieBarLabelDisplay property.

Syntax:

PieBarLabelString("string");
string = getPieBarLabelString();

where:

string

Represents any printable characters. Null string is the default.

Example:

setPieBarLabelDisplay(true);  setPieBarLabelString("PieBarLabel");
setGraphType(93);

pie-bar graph

See PieBarLabelDisplay.


WebFOCUS