com.steema.teechart.styles
Class CandleStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.CandleStyle

public final class CandleStyle
extends Enum

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

CANDLESTICK

public static final CandleStyle CANDLESTICK
Candle points represented by vertical rectangles with Open and Close vertical tick marks.


CANDLEBAR

public static final CandleStyle CANDLEBAR
Candle points represented by vertical lines with Open and Close horizontal tick marks.


OPENCLOSE

public static final CandleStyle OPENCLOSE
Candle points represented by vertical rectangles without Open and Close vertical tick marks.


LINE

public static final CandleStyle LINE
Candle points represented by a line.