NPlot::PointOLHC Class Reference

Encapsulates open, low, high and close values useful for specifying financial data over a time period, together with a [single] x-value indicating the time [period] the data corresponds to. More...

List of all members.

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_


Detailed Description

Encapsulates open, low, high and close values useful for specifying financial data over a time period, together with a [single] x-value indicating the time [period] the data corresponds to.

Definition at line 64 of file CandlePlot.cs.


Constructor & Destructor Documentation

NPlot::PointOLHC::PointOLHC double  x,
double  open,
double  low,
double  high,
double  close
[inline]
 

Constructor.

Parameters:
x value representing the time period that the financial values refer to
open The value at open of time period.
low The low value over the time period
high The high value over the time period.
close The value at close of time period.

Definition at line 75 of file CandlePlot.cs.


Property Documentation

double NPlot::PointOLHC::Close [get, set]
 

The value at close of time period.

Definition at line 123 of file CandlePlot.cs.

Referenced by NPlot::CandlePlot::Draw().

double NPlot::PointOLHC::close_ [private]
 

Definition at line 133 of file CandlePlot.cs.

double NPlot::PointOLHC::High [get, set]
 

High value of the time period.

Definition at line 157 of file CandlePlot.cs.

Referenced by NPlot::CandlePlot::Draw().

double NPlot::PointOLHC::high_ [private]
 

Definition at line 167 of file CandlePlot.cs.

double NPlot::PointOLHC::Low [get, set]
 

Low value of the time period.

Definition at line 140 of file CandlePlot.cs.

Referenced by NPlot::CandlePlot::Draw().

double NPlot::PointOLHC::low_ [private]
 

Definition at line 150 of file CandlePlot.cs.

double NPlot::PointOLHC::Open [get, set]
 

The value at open of time period.

Definition at line 106 of file CandlePlot.cs.

Referenced by NPlot::CandlePlot::Draw().

double NPlot::PointOLHC::open_ [private]
 

Definition at line 116 of file CandlePlot.cs.

double NPlot::PointOLHC::X [get, set]
 

value representing the time period that the financial values apply to.

Definition at line 89 of file CandlePlot.cs.

Referenced by NPlot::CandlePlot::Draw().

double NPlot::PointOLHC::x_ [private]
 

Definition at line 99 of file CandlePlot.cs.


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 01:04:08 2005 for NPlot by  doxygen 1.4.5