comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 1943:06d8d371d244

Fix compilation, default 0-excluding behavior of axes. flys-artifacts/trunk@3324 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 28 Nov 2011 15:00:46 +0000
parents 0d12e70766c8
children 21a4d2c677a1
comparison
equal deleted inserted replaced
1942:be1270c10d9a 1943:06d8d371d244
386 * Create Y (range) axis for given index. 386 * Create Y (range) axis for given index.
387 * Shall be overriden by subclasses. 387 * Shall be overriden by subclasses.
388 */ 388 */
389 protected NumberAxis createYAxis(int index) { 389 protected NumberAxis createYAxis(int index) {
390 NumberAxis axis = new NumberAxis(getYAxisLabel()); 390 NumberAxis axis = new NumberAxis(getYAxisLabel());
391 axis.setAutoRangeIncludesZero(false);
391 return axis; 392 return axis;
392 } 393 }
393 394
394 395
395 /** 396 /**

http://dive4elements.wald.intevation.org