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

Merge pull request #116 from kmels/develop

Adds Chart getter to XChartPanel. 
parents 5e5b0a24 2c12c9e5
Branches
No related tags found
No related merge requests found
...@@ -93,6 +93,10 @@ public class XChartPanel extends JPanel { ...@@ -93,6 +93,10 @@ public class XChartPanel extends JPanel {
g2d.dispose(); g2d.dispose();
} }
public Chart getChart() {
return this.chart;
}
@Override @Override
public Dimension getPreferredSize() { public Dimension getPreferredSize() {
...@@ -308,4 +312,4 @@ public class XChartPanel extends JPanel { ...@@ -308,4 +312,4 @@ public class XChartPanel extends JPanel {
return series; return series;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment