HighLowCloseSeries Constructors
A High-Low-Close series.| Name | Parameters | Description |
|---|---|---|
| HighLowCloseSeries() | none | Initializes a new instance of the HighLowCloseSeries class with default settings. |
| HighLowCloseSeries(Measure, Measure, Measure) | high, low, close | Initializes a new instance of the HighLowCloseSeries class with the specified measures used to provide data. |
See Also