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
Tags
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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment