Uses of Class
com.steema.teechart.styles.CandleStyle

Packages that use CandleStyle
com.steema.teechart.styles   
 

Uses of CandleStyle in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as CandleStyle
static CandleStyle CandleStyle.CANDLEBAR
          Candle points represented by vertical lines with Open and Close horizontal tick marks.
static CandleStyle CandleStyle.CANDLESTICK
          Candle points represented by vertical rectangles with Open and Close vertical tick marks.
static CandleStyle CandleStyle.LINE
          Candle points represented by a line.
static CandleStyle CandleStyle.OPENCLOSE
          Candle points represented by vertical rectangles without Open and Close vertical tick marks.
 

Methods in com.steema.teechart.styles that return CandleStyle
 CandleStyle Candle.getStyle()
          Determines how the Candle points will be drawn.
When it is CandleStick, a vertical rectangle represents each candle point.
When it is CandleBar, a vertical line is drawn, among Open and Close horizontal tick marks.
You can control both the candle colors and width.
 

Methods in com.steema.teechart.styles with parameters of type CandleStyle
 void Candle.setStyle(CandleStyle value)
          Determines how the Candle points will be drawn.
Default value: CandleStick