Searched refs:LINE_GRAPH (Results 1 – 3 of 3) sorted by relevance
32 public static enum GraphType { LINE_GRAPH, HISTOGRAM, BOX_PLOT } enumConstant
36 private GraphType type = GraphType.LINE_GRAPH;
74 if (graph.type == 'LINE_GRAPH') drawLineGraph(graph);