Class XYDataPoint
java.lang.Object
software.xdev.chartjs.model.datapoint.XYDataPointBase<XYDataPoint>
software.xdev.chartjs.model.datapoint.XYDataPoint
-
Constructor Summary
ConstructorsConstructorDescriptionXYDataPoint
(double x, double y) XYDataPoint
(int x, int y) XYDataPoint
(BigDecimal x, BigDecimal y) -
Method Summary
-
Constructor Details
-
XYDataPoint
public XYDataPoint() -
XYDataPoint
public XYDataPoint(int x, int y) -
XYDataPoint
public XYDataPoint(double x, double y) -
XYDataPoint
-