TCandleItem

TCandleItem

Internal record used by Candle series to draw candle points.


type TCandleItem = record;

Unit
CandleCh

Description
Internal record. Candle series uses this record to fill pre-calculated coordinates of candle points.
This calculations are used to draw a candle point and to calculate if mouse cursor is over a candle (Clicked method).