Class: OHLC
Source Location: /styles/OHLC.php
TeeBase
|
--Series
|
--BaseLine
|
--CustomPoint
|
--Custom
|
--OHLC
OHLC class
Author(s):
Version:
Copyright:
- Copyright (c) 1995-2013 by Steema Software SL. All Rights Reserved. <info@steema.com>
|
|
|
Child classes:
|
Inherited Variables
|
Inherited Methods
|
Class Details
Class Variables
Class Methods
constructor OHLC [line 47]
destructor __destruct [line 59]
method addCandle [line 195]
int addCandle(
index
$index, open
$open, high
$high, low
$low, close
$close, [
$text = ""])
|
|
Adds new point with specified double index and double open, high, low and close.
Tags:
Parameters:
method addCandleDate [line 229]
int addCandleDate(
aDate
$aDate, open
$open, high
$high, low
$low, close
$close)
|
|
Adds new point with specified DateTime x and double open, high, low and close.
Tags:
Parameters:
method addSampleValues [line 278]
method getCloseValues [line 94]
All the Stock market Close values. You can access Close values in the same way you can access X or Y values.
Tags:
method getDateValues [line 74]
All the Stock market Date values. You can access Date values in the same way you can access X or Y values.
Tags:
method getHighValues [line 134]
All the Stock market High values. You can access High values in the same way you can access X or Y values.
Tags:
method getLowValues [line 154]
All the Stock market Low values. You can access High values in the same way you can access X or Y values.
Tags:
method getMaxYValue [line 253]
The Maximum Value of the Series Y Values List.
Tags:
Overrides CustomPoint::getMaxYValue() (Returns the Maximum Value of the Series Y Values List.)
method getMinYValue [line 267]
The Minimum Value of the Series Y Values List. As some Series have more than one Y Values List, this Minimum Value is the "Minimum of Minimums" of all Series Y Values lists.
Tags:
Overrides CustomPoint::getMinYValue() (Returns the Minimum Value of the Series Y Values List.)
method getOHLCPoint [line 303]
SeriesOHLCPoint getOHLCPoint(
index
$index)
|
|
Point characteristics
Tags:
Parameters:
method getOpenValues [line 114]
All the Stock market Open values. You can access Open values in the same way you can access X or Y values.
Tags:
method isValidSourceOf [line 244]
boolean isValidSourceOf(
value
$value)
|
|
Validates Series datasource.
Tags:
Overrides Series::isValidSourceOf() (Validates Series datasource. )
Parameters:
method numSampleValues [line 274]
method setCloseValues [line 104]
Sets all Stock market Close values. You can access Close values in the same way you can access X or Y values.
Tags:
Parameters:
method setDateValues [line 84]
Sets all Stock market Date values. You can access Date values in the same way you can access X or Y values.
Tags:
Parameters:
method setHighValues [line 144]
void setHighValues(
value
$value)
|
|
Sets all Stock market High values. You can access High values in the same way you can access X or Y values.
Tags:
Parameters:
method setLowValues [line 164]
void setLowValues(
value
$value)
|
|
Sets all Stock market Low values. You can access High values in the same way you can access X or Y values.
Tags:
Parameters:
method setOpenValues [line 124]
Sets all Stock market Open values. You can access Open values in the same way you can access X or Y values.
Tags:
Parameters:
method __get [line 33]
method __set [line 40]
|
|