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.org.pepstock.charba.client.ml Contains all classes to activate the ML library to use the regression capabilities. -
-
Uses of LineDataset in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return LineDataset Modifier and Type Method Description LineDatasetLineChart. 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 classAreaDatasetThe area chart allows a number of properties to be specified for each dataset.classScatterDatasetThe scatter chart allows a number of properties to be specified for each dataset.classStackedAreaDatasetThe stacked area chart allows a number of properties to be specified for each dataset.classStackedLineDatasetThe 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.classStackedVerticalLineDatasetThe 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.classTimeSeriesLineDatasetThe time series line chart allows a number of properties to be specified for each dataset.classVerticalLineDatasetThe 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 LineDatasetLineChartWidget. newDataset(boolean hidden) -
Uses of LineDataset in org.pepstock.charba.client.ml
Subclasses of LineDataset in org.pepstock.charba.client.ml Modifier and Type Class Description classRegressionDatasetThis is aLineDatasetwhich is created to add the regression line, calculate by a regression, to a chart.
-