Object Reference > Candle Object > Candle Object Properties > IsComplex Property (Candle) |
IsComplex Property (Candle)
Determines if the simple or complex style is used for the candle chart display.
Property IsComplex As Boolean
A complex candle chart allows greater control of the candle appearance by manipulating chart styles associated with each physical series of the logical series that is used for candle charts. When IsComplex is False, the first style specifies the fill color, line width, body width and fill pattern. When IsComplex is True, the first style specifies the color and line width of the lines extending from the body to the high and low extremes, the second style specifies the color, fill pattern and body width of rising candles, the third style specifies the color, fill pattern and body width of falling candles, and the forth style specifies the color and line width of the outline of both rising and falling candle bodies.
Example
' Sets the candle chart to the complex type
Chart2D1.ChartArea.Candle.IsComplex = True
See Also