comparison artifacts/src/main/java/org/dive4elements/river/exports/XYChartGenerator.java @ 7061:4f6b3ba542de generator-refactoring

Added domain axis title to diagram attributes.
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 20 Sep 2013 12:28:15 +0200
parents 06a9a241faac
children 3c7471b929d1
comparison
equal deleted inserted replaced
7060:78ded33f5f5b 7061:4f6b3ba542de
402 logger.debug("Y Range of XYSeries: " + 402 logger.debug("Y Range of XYSeries: " +
403 series.getMinY() + " | " + series.getMaxY()); 403 series.getMinY() + " | " + series.getMaxY());
404 404
405 addAxisDataset(new XYSeriesCollection(series), index, visible); 405 addAxisDataset(new XYSeriesCollection(series), index, visible);
406 406
407 AxisDataset axisDataset = (AxisDataset) getAxisDataset(index);
408 } 407 }
409 408
410 409
411 /** 410 /**
412 * Add the given vertical marker to the chart. 411 * Add the given vertical marker to the chart.

http://dive4elements.wald.intevation.org