Stock52WeekLowValue

This property is used to set a 52-week low value in a stock graph. The GraphType property must be set to one of the stock graphs (73...83). However note that a 52-week low line is not available for bi-polar stock graphs. The Stock52WeekLowDisplay property must be set to true in order to display a line in the graph identifying the 52-week low value. Only one line per graph is available.

Syntax:

setStock52WeekLowValue(value);
value = getStock52WeekLowValue();

where:

value

Is a value within the data range of the graph. This value is a Java double-precision number. 10.0 is the default.

Example:

setStock52WeekLowValue(20.0);
setGraphType(73);
setStock52WeekHighDisplay(true);
setStock52WeekLowDisplay(true);

stock graph

setStock52WeekLowValue(30.0);

stock graph

See Stock52WeekLowDisplay.


WebFOCUS