Uses of Class
org.dashbuilder.renderer.chartjs.lib.data.Series
-
Packages that use Series Package Description org.dashbuilder.renderer.chartjs.lib.data org.dashbuilder.renderer.chartjs.lib.event -
-
Uses of Series in org.dashbuilder.renderer.chartjs.lib.data
Methods in org.dashbuilder.renderer.chartjs.lib.data that return types with arguments of type Series Modifier and Type Method Description com.google.gwt.core.client.JsArray<Series>PieChartDataProvider. getData()Method parameters in org.dashbuilder.renderer.chartjs.lib.data with type arguments of type Series Modifier and Type Method Description voidPieChartDataProvider. reload(com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.core.client.JsArray<Series>> callback) -
Uses of Series in org.dashbuilder.renderer.chartjs.lib.event
Methods in org.dashbuilder.renderer.chartjs.lib.event that return types with arguments of type Series Modifier and Type Method Description List<Series>DataSelectionEvent. getSeries()
-