Uses of Class
org.pepstock.charba.client.BarChart
-
Packages that use BarChart Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.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 BarChart in org.pepstock.charba.client
Subclasses of BarChart in org.pepstock.charba.client Modifier and Type Class Description class
HorizontalBarChart
HORIZONTAL BAR chart implementation.
A horizontal bar chart is a variation on a bar chart.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side. -
Uses of BarChart in org.pepstock.charba.client.gwt.widgets
Constructors in org.pepstock.charba.client.gwt.widgets with parameters of type BarChart Constructor Description BarChartWidget(BarChart extendedChart)
Builds the chart.
This is must be extended for controller which are based on this chart.
-