IXyDataSeries<TX,TY> Interface
Defines the interface to an Xy DataSeries, a series containing X and Y data-points.
Syntax
public interface IXyDataSeries<TX,TY> implements IXDataSeries<TX,TY>, IXyDataSeriesValues<TX,TY> |
Type Parameters
- TX
- The type of X-Data
- TY
- The type of Y-Data
See Also