Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultFillHandler
-
Packages that use IsDefaultFillHandler Package Description 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.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.ml Contains all classes to activate the ML library to use the regression capabilities.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsDefaultFillHandler in org.pepstock.charba.client.data
Classes in org.pepstock.charba.client.data that implement IsDefaultFillHandler Modifier and Type Class Description classAreaDatasetThe area chart allows a number of properties to be specified for each dataset.classLineDatasetThe 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.classLiningDatasetThe 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.
This class collects a set of common field for Line and Radar charts.classRadarDatasetThe radar 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 IsDefaultFillHandler in org.pepstock.charba.client.defaults
Subinterfaces of IsDefaultFillHandler in org.pepstock.charba.client.defaults Modifier and Type Interface Description interfaceIsDefaultLineInterface to define line object defaults. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultFillHandler Modifier and Type Class Description classDefaultChartLineDefaults for line option element, based on chart type. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultFillHandler Modifier and Type Class Description classDefaultLineCHART.JS default values for LINE element. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.ml
Classes in org.pepstock.charba.client.ml that implement IsDefaultFillHandler Modifier and Type Class Description classRegressionDatasetThis is aLineDatasetwhich is created to add the regression line, calculate by a regression, to a chart. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.options
Subinterfaces of IsDefaultFillHandler in org.pepstock.charba.client.options Modifier and Type Interface Description interfaceHasFillDefines a configuration element which is managing the FILL property.
It has being used in the options and datasets instances where FILL is required.Classes in org.pepstock.charba.client.options that implement IsDefaultFillHandler Modifier and Type Class Description classLineLine elements are used to represent the line in a line chart.
-