NPlot Documented Class Library

PointOLHC Constructor 

[This is preliminary documentation and subject to change.]

Constructor

public PointOLHC(
   double x,
   double open,
   double low,
   double high,
   double close
);

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.

See Also

PointOLHC Class | NPlot Namespace