StockCandleForVolumeColor

This property controls the color of Volume Riser for Stock charts. When enabled, the Volume Riser color is the same as the Candle Color. When disabled, the user has the capability of specifying custom color for Volume Riser color.

Syntax:

setStockCandleForVolumeColor(boolean);

where:

boolean

Can be one of the following:

true sets the Volume Riser color the same as the Candle color. This value is the default.

false allows the Volume Riser color to be customizable.

Example:

setStockCandleForVolumeColor(true);

setStockCandleForVolumeColor(false);
setFillColor(getStockVolumeRiser(),new Color(0,0,255));


WebFOCUS