StockCloseTicksDisplay

This property enables or disables the tick marks 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. The StockTickLength property determines the size of the tick marks.

Syntax:

setStockCloseTicksDisplay(boolean);
boolean = getStockCloseTicksDisplay();

where:

boolean

Can be one of the following:

true displays close value tick marks. This value is the default.

false does not display close value tick marks.

Example:

setGraphType(76); 
setStockCloseTicksDisplay(true);

stock graph

setStockCloseTicksDisplay(false);

stock graph

See StockCloseSplitDisplay, StockOpenTicksDisplay, StockTickLength.


WebFOCUS