Public Member Functions | |
PointOLHC (double x, double open, double low, double high, double close) | |
Constructor. | |
Properties | |
double | X |
value representing the time period that the financial values apply to. | |
double | x_ |
double | Open |
The value at open of time period. | |
double | open_ |
double | Close |
The value at close of time period. | |
double | close_ |
double | Low |
Low value of the time period. | |
double | low_ |
double | High |
High value of the time period. | |
double | high_ |
Definition at line 64 of file CandlePlot.cs.
|
Constructor.
Definition at line 75 of file CandlePlot.cs. |
|
The value at close of time period.
Definition at line 123 of file CandlePlot.cs. Referenced by NPlot::CandlePlot::Draw(). |
|
Definition at line 133 of file CandlePlot.cs. |
|
High value of the time period.
Definition at line 157 of file CandlePlot.cs. Referenced by NPlot::CandlePlot::Draw(). |
|
Definition at line 167 of file CandlePlot.cs. |
|
Low value of the time period.
Definition at line 140 of file CandlePlot.cs. Referenced by NPlot::CandlePlot::Draw(). |
|
Definition at line 150 of file CandlePlot.cs. |
|
The value at open of time period.
Definition at line 106 of file CandlePlot.cs. Referenced by NPlot::CandlePlot::Draw(). |
|
Definition at line 116 of file CandlePlot.cs. |
|
value representing the time period that the financial values apply to.
Definition at line 89 of file CandlePlot.cs. Referenced by NPlot::CandlePlot::Draw(). |
|
Definition at line 99 of file CandlePlot.cs. |