X1LabelFormat

This property defines the format of numeric data labels on the X1 axis.

Syntax:

setX1LabelFormat(value);
value = getX1LabelFormat();

where:

value

Is any integer between -1 and 21.

-1 uses the pattern defined by X1LabelFormatPattern.

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

See Formatting Numbers and Numeric Labels.

Example:

setX1MajorGridDisplay(false);
perpsective1.setY1MajorGridDisplay(false);
setGraphType(61);  setX1LabelFormat(6);

scatter graph

See X1LabelFormatPattern.


WebFOCUS