Uses of Class
org.pepstock.charba.client.StackedHorizontalBarChart
-
Packages that use StackedHorizontalBarChart Package Description org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder. -
-
Uses of StackedHorizontalBarChart in org.pepstock.charba.client.gwt.widgets
Constructors in org.pepstock.charba.client.gwt.widgets with parameters of type StackedHorizontalBarChart Constructor Description StackedHorizontalBarChartWidget(StackedHorizontalBarChart extendedChart)
Builds the chart.
This is must be extended for controller which are based on this chart.
-