Interface IXYData<X,Y>

Type Parameters:
X - X axis data type
Y - Y axis data type
All Known Subinterfaces:
ITimestampedData
All Known Implementing Classes:
DefaultTimestampedData, DefaultXYData

public interface IXYData<X,Y>
Interface for data points on an X/Y chart.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getX

      X getX()
    • getY

      Y getY()