@@ -304,7 +305,7 @@ public class XChartPanel extends JPanel {
/**
* update a series by only updating the Y-Axis data. The X-Axis data will be automatically generated as a list of increasing Integers starting from 1 and ending at the size of the new Y-Axis data
* list.
*
*
* @param seriesName
* @param newYData
* @return
...
...
@@ -333,7 +334,7 @@ public class XChartPanel extends JPanel {
/**
* update a series by updating both the X-Axis and Y-Axis data
*
*
* @param seriesName
* @param newYData
* @return
...
...
@@ -356,7 +357,7 @@ public class XChartPanel extends JPanel {
/**
* update a series by updating the X-Axis, Y-Axis and error bar data
*
*
* @param seriesName
* @param newXData
* @param newYData
...
...
@@ -379,4 +380,4 @@ public class XChartPanel extends JPanel {