Contents  All Classes  Index A-Z  All Units


TCandleStyle

type TCandleStyle = (csCandleStick, csCandleBar, csOpenClose, csLine);

Unit
CandleCh

Description
TCandleStyle defines the possible values of the CandleSeries CandleStyle property.
TCandleSeries.CandleStyle property defines how a
CandleSeries point will be visually displayed.

  • \*\pn
      \pnindent\pntxtb
    \fi-200\licsCandleStick Each Candle is drawn as a Rectangle with top
    (High) and bottom (Low) lines.
  • csCandleBar Each Candle is drawn as a vertical Line with small horizontal lines
    at Open and Close.
  • csOpenClose Each Candle is drawn as a Rectangle (without High and Low lines)
  • csLine Lines are drawn between points (like a normal Line series)


    The default CandleStyle is csCandleStick.

    You can switch between Candle Styles both at design and runtime:

    CandleSeries1.CandleStyle := csCandleBar;


    Submit your feedback about this page.

    Copyright 1995-2007 © by Steema Software. All Rights Reserved.