Source for file CandleStyle.php
Documentation is available at CandleStyle.php
* Description: Describes the possible values of Candle.Style
* @copyright Copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
* Candle points represented by vertical rectangles with Open and Close
public static $CANDLESTICK = 0;
* Candle points represented by vertical lines with Open and Close
public static $CANDLEBAR = 1;
* Candle points represented by vertical rectangles without Open and Close
public static $OPENCLOSE = 2;
* Candle points represented by a line.
|