Uses of Class
org.pepstock.charba.client.data.LineDataset
-
Packages that use LineDataset 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 LineDataset in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return LineDataset Modifier and Type Method Description LineDataset
LineChart. newDataset(boolean hidden)
-
Uses of LineDataset in org.pepstock.charba.client.data
Subclasses of LineDataset in org.pepstock.charba.client.data Modifier and Type Class Description class
AreaDataset
The area chart allows a number of properties to be specified for each dataset.class
ScatterDataset
The scatter chart allows a number of properties to be specified for each dataset.class
StackedAreaDataset
The stacked area chart allows a number of properties to be specified for each dataset.class
StackedLineDataset
The stacked 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.class
TimeSeriesLineDataset
The time series line chart allows a number of properties to be specified for each dataset.class
VerticalLineDataset
The vertical line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on. -
Uses of LineDataset in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return LineDataset Modifier and Type Method Description LineDataset
LineChartWidget. newDataset(boolean hidden)
-