IOhlcDataSeries<TX,TY> Interface
Defines the interface to an OHLC DataSeries, a series containing Open, High, Low, Close data-points.
Syntax
public interface IOhlcDataSeries<TX,TY> implements IOhlcDataSeriesValues<TX,TY>, IXDataSeries<TX,TY> |
Type Parameters
- TX
- The type of X-Data
- TY
- The type of Y-Data
See Also