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

access to underlying series map

parent 4aa24555
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ import java.awt.Graphics2D;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.Map;
import com.xeiam.xchart.internal.chartpart.ChartPainter;
import com.xeiam.xchart.internal.style.Theme;
......@@ -256,4 +257,9 @@ public class Chart {
return chartPainter.getHeight();
}
public Map<Integer, Series> getSeriesMap() {
return chartPainter.getAxisPair().getSeriesMap();
}
}
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