Fix legend.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1539678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-11-07 15:18:53 +00:00
parent 0aa89cc22e
commit 12afe72d20
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class RealDistributionComparison {
chart.getStyleManager().setLegendVisible(true);
chart.getStyleManager().setLegendFont(new Font("Arial", Font.PLAIN, 10));
chart.getStyleManager().setLegendPadding(6);
//chart.getStyleManager().setLegendSeriesLineLength(6);
chart.getStyleManager().setLegendSeriesLineLength(6);
chart.getStyleManager().setAxisTickLabelsFont(new Font("Arial", Font.PLAIN, 9));
chart.getStyleManager().setXAxisMin(minX);