IXyzDataSeries<TX,TY,TZ> Interface
Defines the interface to an Xyz DataSeries, a series containing X, Y and z data-points.
Syntax
public interface IXyzDataSeries<TX,TY,TZ> implements IXDataSeries<TX,TY>, IXyzDataSeriesValues<TX,TY,TZ> |
Type Parameters
- TX
- The type of X-Data
- TY
- The type of Y-Data
- TZ
- The type of Z-Data
See Also