|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.styles.CandleStyle
public final class CandleStyle
Title: CandleStyle class
Description: Describes the possible values of Candle.Style
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class com.steema.teechart.misc.Enum |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CandleStyle CANDLESTICK
public static final CandleStyle CANDLEBAR
public static final CandleStyle OPENCLOSE
public static final CandleStyle LINE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |