Hide Comments
Hide Comments

Comments (0)

Defines the candlestick style for the TRSCandleStickChart

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TCandleStickStyle = ( 
  csCandleStick, 
  csCandleStickHighLow, 
  csCandleStickHighLowCaps, 
  csCandleLine, 
  csCandleStickAvg, 
  csCandleStickHighLowAvg, 
  csCandleStickHighLowCapsAvg, 
  csCandleLineAvg); 
 

expandingMembers

 

Name

Description

public enummember

csCandleLine

Draw candle stick as vertical line with horizontal lines for the Open and Close values

public enummember

csCandleLineAvg

Draw candle stick as vertical line with horizontal lines for the Open and Close values, and draws average line

public enummember

csCandleStick

Draw candle stick as a vertical bar from Open to Close

public enummember

csCandleStickAvg

Draw candle stick as a vertical bar from Open to Close and draws average line

public enummember

csCandleStickHighLow

Draw candle stick as a vertical bar from Open to Close
and with High and Low sticks

public enummember

csCandleStickHighLowAvg

Draw candle stick as a vertical bar from Open to Close
and with High and Low sticks, and draws average line

public enummember

csCandleStickHighLowCaps

Draw candle stick as a vertical bar from Open to Close
and with High and Low caps

public enummember

csCandleStickHighLowCapsAvg

Draw candle stick as a vertical bar from Open to Close
and with High and Low caps, and draws average line

Top

expandingSee Also

Reference

TRSCandleStickChart

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb