Interface IXYSeries
public interface IXYSeries
Series interface
- Since:
- 6.0
- Author:
- Matthew Khouzam
-
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
-