TCandleSeries.CandleDepth

TCandleSeries.CandleDepth
TCandleSeries

property CandleDepth: Integer;

Unit
CandleCh

Description
Sets the depth of the Candles in the Series in the Z plane when View3D is set to true.

Example:

Chart1.View3D:=true;
Series1.CandleDepth:=3;