1 2 3 package org.catacomb.dataview.build; 4 5 6 7 8 9 public class Axis { 10 11 public String label; 12 public double min; 13 public double max; 14 15 16 17 18 }