Searched defs:yAxisList (Results 1 – 1 of 1) sorted by relevance
194 protected ArrayList<String> yAxisList = new ArrayList<>(); field in ProfilerChart280 ProfilerChart(ProfilerChartsView bottomPanel, String name, ArrayList yAxisList) { in ProfilerChart()