Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
Candle.setStyle(CandleStyle value)
Determines how the Candle points will be drawn.
Default value: CandleStick |