Skip to content
Snippets Groups Projects
Commit 13056eac authored by Tim Molter's avatar Tim Molter
Browse files

javadocs update

parent 09d5dba2
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ public class XChartPanel extends JPanel {
}
/**
* update a series by only updating the Y-Axis data. The X-Axis data will is automatically generated as a list of increasing Integers starting from 1 and ending at the size of the new Y-Axis data
* 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
......@@ -275,7 +275,7 @@ public class XChartPanel extends JPanel {
}
/**
* update a series by only updating both the X-Axis and Y-Axis data
* update a series by updating both the X-Axis and Y-Axis data
*
* @param seriesName
* @param newYData
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment