X1LabelFormatPattern

When X1LabelFormat is set to minus one, use this property to define a standard Java data text format.

Syntax:

setX1LabelFormatPattern(pattern);
pattern = getX1LabelFormatPattern();

where:

pattern

Is a pattern string in the following format:

pattern:= subpattern{;subpattern}subpattern:= {prefix}integer{.fraction}{suffix}prefix:= '\\u0000'..'\\uFFFD' - specialCharacterssuffix:= '\\u0000'..'\\uFFFD' - specialCharactersinteger:= '#'* '0'* '0'fraction:= '0'* '#'*

"#.#" is the default value.

See Formatting Numbers and Numeric Labels for more detailed information about this format pattern.

Example:

setGraphType(61);
setX1LabelFormat(-1);  setX1LabelFormatPattern("%#.#");

scatter graph

setX1LabelFormatPattern("(#.#)");

scatter graph

See X1LabelFormat.


WebFOCUS