ComponentOne Chart 8.0 for ActiveX
IsComplex Property (Candle)

 

IsComplex Property (Candle)

Determines if the simple or complex style is used for the candle chart display.

Syntax

Property IsComplex As Boolean

Remarks

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

Candle Object

ChartArea Object

 

 


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

Product Support Forum  |  Documentation Feedback