Uses of Class
org.pepstock.charba.client.LineChart
-
Packages that use LineChart 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 LineChart in org.pepstock.charba.client
Subclasses of LineChart in org.pepstock.charba.client Modifier and Type Class Description class
VerticalLineChart
Vertical LINE chart implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. -
Uses of LineChart in org.pepstock.charba.client.gwt.widgets
Constructors in org.pepstock.charba.client.gwt.widgets with parameters of type LineChart Constructor Description LineChartWidget(LineChart extendedChart)
Builds the chart.
This is must be extended for controller which are based on this chart.
-