StockOpenTicksDisplay

This property enables or disables the tick marks at the stock open values. The GraphType property must be set to one of the stock graphs (73...83). If an open value is not available, this property is ignored. The StockTickLength property determines the size of the tick marks.

Syntax:

setStockOpenTicksDisplay(boolean);
boolean = getStockOpenTicksDisplay();

where:

boolean

Can be one of the following:

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

false does not draw open value tick marks.

Example:

setViewableGroupsStock(6);
setDataScrollerPresenceGroups(0);
setGraphType(79);  setStockOpenTicksDisplay(true);

stock graph

setStockOpenTicksDisplay(false);

stock graph

See StockCloseTicksDisplay, StockTickLength.


WebFOCUS