Uses of Class
org.pepstock.charba.client.data.VerticalLineDataset
-
Packages that use VerticalLineDataset Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).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 VerticalLineDataset in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return VerticalLineDataset Modifier and Type Method Description VerticalLineDataset
VerticalLineChart. newDataset()
VerticalLineDataset
VerticalLineChart. newDataset(boolean hidden)
-
Uses of VerticalLineDataset in org.pepstock.charba.client.data
Subclasses of VerticalLineDataset in org.pepstock.charba.client.data Modifier and Type Class Description class
StackedVerticalLineDataset
The stacked vertical line chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset.
Extends the line dataset. -
Uses of VerticalLineDataset in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return VerticalLineDataset Modifier and Type Method Description VerticalLineDataset
VerticalLineChartWidget. newDataset(boolean hidden)
-