ComponentOne Chart 8.0 for ActiveX
IsFillFalling Property (Candle)

 

IsFillFalling Property (Candle)

Determines if a simple candle chart is filled for falling or rising candles.

Syntax

Property IsFillFalling As Boolean

Remarks

Candles with closing values less than opening values are considered falling candles. Candles with closing values higher than opening values are considered rising candles. By default, simple candle charts will set the IsFillFalling property to True, so falling candles will be filled and rising candles will be hollow. If the FillFalling property is False, then falling candles are hollow and rising candles are filled.

Example

' Sets the candle chart to the fill falling candle values

Chart2D1.ChartArea.Candle.IsFillFalling = True

See Also

Candle Object

ChartArea Object

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback