public class SeriesOHLCPoint extends SeriesPoint
Title: SeriesOHLCPoint class
Description: Class provides access to XYZ Point characteristics
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
index, series
Constructor and Description |
---|
SeriesOHLCPoint() |
SeriesOHLCPoint(OHLC s,
int i) |
Modifier and Type | Method and Description |
---|---|
double |
getClose()
Indexed Point Close value.
You can access Close values in the same way you can access X or Y values. |
double |
getDate()
Indexed Point Date value.
You can access Date values in the same way you can access X or Y values. |
double |
getHigh()
Indexed Point High value.
You can access High values in the same way you can access X or Y values. |
double |
getLow()
Indexed Point Low value.
You can access Low values in the same way you can access X or Y values. |
double |
getOpen()
Indexed Point Open value.
You can access Open values in the same way you can access X or Y values. |
void |
setClose(double value)
Indexed Point Close value.
|
void |
setDate(double value)
Indexed Point Date value.
|
void |
setHigh(double value)
Indexed Point High value.
|
void |
setLow(double value)
Indexed Point Low value.
|
void |
setOpen(double value)
Indexed Point Open value.
|
getColor, getLabel, setColor, setLabel
public SeriesOHLCPoint()
public SeriesOHLCPoint(OHLC s, int i)
public double getOpen()
public void setOpen(double value)
value
- doublepublic double getHigh()
public void setHigh(double value)
value
- doublepublic double getLow()
public void setLow(double value)
value
- doublepublic double getClose()
public void setClose(double value)
value
- doublepublic double getDate()
public void setDate(double value)
value
- double