StockCloseSplitDisplay

This property enables or disables the display of split risers at the stock close value. The GraphType property must be set to one of the stock graphs (73...83). If a close value is not available, this property is ignored.

Syntax:

setStockCloseSplitDisplay(boolean);
boolean = getStockCloseSplitDisplay();

where:

boolean

Can be one of the following:

true splits risers at close value. This value is the default.

false does not split risers at close value.

Example:

setGraphType(76);  setStockCloseSplitDisplay(true);

stock graph

setStockCloseSplitDisplay(false);

stock graph

See StockCloseTicksDisplay, StockOpenTicksDisplay.


WebFOCUS