Y1LabelFormat

When Y1LabelDisplay is enabled, this property selects a preset standard format for Y1-axis labels. Set this property to minus one if you want to define a standard Java format pattern string with Y1LabelFormatPattern.

Syntax:

setY1LabelFormat(value);
value = getY1LabelFormat();

where:

value

Is any integer between -1 and 21.

-1 uses the pattern defined by Y1LabelFormatPattern.

0 through 21 selects a preset number format. 0 (General) is the default value.

See Formatting Numbers and Numeric Labels.

Example:

setDepthAngle(0);
setDepthRadius(0);  setY1LabelFormat(2);

bar graph

See Y1LabelFormatPattern.


WebFOCUS