#include <PlotLine.h>
Public Attributes | |
| double | v |
| double | open |
| double | high |
| double | low |
| QColor | color |
| bool | candleFill |
Definition at line 32 of file PlotLine.h.
| double Val::v |
Definition at line 34 of file PlotLine.h.
Referenced by PlotLine::append(), PlotLine::append2(), PlotLine::getData(), PlotLine::getHighLowRange(), PlotLine::prepend(), and PlotLine::setData().
| double Val::open |
Definition at line 35 of file PlotLine.h.
Referenced by PlotLine::append(), PlotLine::append2(), PlotLine::getData(), PlotLine::getHighLowRange(), PlotLine::prepend(), and PlotLine::setData().
| double Val::high |
Definition at line 36 of file PlotLine.h.
Referenced by PlotLine::append(), PlotLine::append2(), PlotLine::getData(), PlotLine::getHighLowRange(), PlotLine::prepend(), and PlotLine::setData().
| double Val::low |
Definition at line 37 of file PlotLine.h.
Referenced by PlotLine::append(), PlotLine::append2(), PlotLine::getData(), PlotLine::getHighLowRange(), PlotLine::prepend(), and PlotLine::setData().
| QColor Val::color |
Definition at line 38 of file PlotLine.h.
Referenced by PlotLine::append(), PlotLine::append2(), PlotLine::getData(), and PlotLine::prepend().
| bool Val::candleFill |
Definition at line 39 of file PlotLine.h.
Referenced by PlotLine::append(), PlotLine::append2(), PlotLine::getData(), and PlotLine::prepend().