ISeries.asCandle
ISeries

property asCandle: ICandleSeries;

Type Library
TeeChartx

Description
The asCandle property is used by the Series Class to access Candle Series specific properties. See Typecasting for a detailed explanation of access to Series and Function specific properties.

Example [Visual Basic]:

With TChart1.Series( 0 )

.AsCandle.CandleStyle = csCandleStick

End With