Searched defs:buildLegends (Results 1 – 5 of 5) sorted by relevance
90 protected void buildLegends(List<ChartDataModel> lastModels) { in buildLegends() method in LineChart
95 protected void buildLegends(List<ChartDataModel> lastModels) { in buildLegends() method in FilledLineChart
93 protected void buildLegends(List<ChartDataModel> lastModels) { in buildLegends() method in RectChart
71 protected void buildLegends(List<ChartDataModel> lastModels) { in buildLegends() method in BarChart
308 protected abstract void buildLegends(List<ChartDataModel> lastModels); in buildLegends() method in ProfilerChart