public final class CandleStyle extends Enum
Title: CandleStyle class
Description: Describes the possible values of Candle.Style
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static CandleStyle |
CANDLEBAR
Candle points represented by vertical lines with Open and Close
horizontal tick marks.
|
static CandleStyle |
CANDLESTICK
Candle points represented by vertical rectangles with Open and Close
vertical tick marks.
|
static CandleStyle |
LINE
Candle points represented by a line.
|
static CandleStyle |
OPENCLOSE
Candle points represented by vertical rectangles without Open and Close
vertical tick marks.
|
getValue, readResolve
public static final CandleStyle CANDLESTICK
public static final CandleStyle CANDLEBAR
public static final CandleStyle OPENCLOSE
public static final CandleStyle LINE