Searched refs:HISTOGRAM (Results 1 – 3 of 3) sorted by relevance
32 public static enum GraphType { LINE_GRAPH, HISTOGRAM, BOX_PLOT } enumConstant
40 private GraphType type = GraphType.HISTOGRAM;
58 if (g.type != 'HISTOGRAM') return;75 else if (graph.type == 'HISTOGRAM')