MazZRud

Results 1 issues of MazZRud

Hy I tried to use setHasAnnotations but have an error.. This is my code // Create Chart CategoryChart chart = new CategoryChartBuilder().width(800).height(600).title("Score Histogram").xAxisTitle("Score").yAxisTitle("Number").build(); // Customize Chart chart.getStyler().setLegendPosition(LegendPosition.OutsideE); chart.getStyler().setLegendVisible(false); //Setta il...