public interface IXYSeries
Series interface
Since:
6.0
Author:
Matthew Khouzam
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.eclipse.swt.graphics.Color
    Get the color for the series
    Get the series ID
    double[]
    Get X series
    double[]
    Get Y series
    boolean
    Is the series visible?
  • Method Details

    • getXSeries

      double[] getXSeries()
      Get X series
      Returns:
      the X series
    • getYSeries

      double[] getYSeries()
      Get Y series
      Returns:
      the Y series
    • getId

      String getId()
      Get the series ID
      Returns:
      the series ID
    • isVisible

      boolean isVisible()
      Is the series visible?
      Returns:
      is the series visible
    • getColor

      @Nullable org.eclipse.swt.graphics.Color getColor()
      Get the color for the series
      Returns:
      the color