Skip to main content

OpenHighLowCloseSeries Constructors

An Open-High-Low-Close series.
Name Parameters Description
OpenHighLowCloseSeries() none Initializes a new instance of the OpenHighLowCloseSeries class with default settings.
OpenHighLowCloseSeries(Measure, Measure, Measure, Measure, OpenHighLowCloseSeriesType) open, high, low, close, seriesType Initializes a new instance of the OpenHighLowCloseSeries class with the specified series type and measures used to provide data.
OpenHighLowCloseSeries(Measure, Measure, Measure, Measure) open, high, low, close Initializes a new instance of the OpenHighLowCloseSeries class with the specified measures used to provide data.
OpenHighLowCloseSeries(OpenHighLowCloseSeriesType) seriesType Initializes a new instance of the OpenHighLowCloseSeries class with the specified series type.
See Also