Members  
com.scichart.charting.model.dataSeries Package : IHlDataSeries<TX,TY> Interface
The type of X-Data
The type of Y-Data
IHlDataSeries<TX,TY> Interface
Defines the interface to a HL DataSeries, which contains columns of X-Values and Y-Values, High-Values and Low-Values.
Syntax
public interface IHlDataSeries<TX,TY> 
    implements IHlDataSeriesValues<TX,TY>IXDataSeries<TX,TY>  
Type Parameters
TX
The type of X-Data
TY
The type of Y-Data
See Also