Class LiftChartPoint


  • public final class LiftChartPoint
    extends Object
    Represents an XY coordinate in a lift chart.
    • Constructor Detail

      • LiftChartPoint

        public LiftChartPoint()
    • Method Detail

      • getX

        public double getX()
        Gets the value on the x-axis.
      • getY

        public double getY()
        Gets the value on the y-axis.