Class SeriesSelection
java.lang.Object
com.codename1.charts.models.SeriesSelection
-
Constructor Summary
ConstructorsConstructorDescriptionSeriesSelection(int seriesIndex, int pointIndex, double xValue, double value) -
Method Summary
-
Constructor Details
-
SeriesSelection
public SeriesSelection(int seriesIndex, int pointIndex, double xValue, double value)
-
-
Method Details
-
getSeriesIndex
public int getSeriesIndex() -
getPointIndex
public int getPointIndex() -
getXValue
public double getXValue() -
getValue
public double getValue()
-