Class BarDataset
java.lang.Object
software.xdev.chartjs.model.dataset.Dataset<T,O>
software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset<BarDataset,Number>
software.xdev.chartjs.model.dataset.BarDataset
- All Implemented Interfaces:
NumberDataset<BarDataset>
public class BarDataset
extends BackgroundBorderHoverDataset<BarDataset,Number>
implements NumberDataset<BarDataset>
-
Field Summary
Fields inherited from class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
backgroundColor, borderColor, borderWidth, hoverBackgroundColor, hoverBorderColor, hoverBorderWidth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBorderSkipped
(BorderSkipped borderSkipped) protected String
getLabel()
getStack()
setBorderSkipped
(List<BorderSkipped> borderSkipped) setXAxisID
(String xAxisID) setYAxisID
(String yAxisID) Methods inherited from class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
addBackgroundColor, addBackgroundColors, addBorderColor, addBorderColors, addBorderWidth, addHoverBackgroundColor, addHoverBorderColor, addHoverBorderWidth, getBackgroundColor, getBorderColor, getBorderWidth, getHoverBackgroundColor, getHoverBorderColor, getHoverBorderWidth, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderWidth, setBorderWidth, setHoverBackgroundColor, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderColor, setHoverBorderWidth, setHoverBorderWidth
Methods inherited from class software.xdev.chartjs.model.dataset.Dataset
addData, addDataUnchecked, clearData, getData, getData, getType, self, setData, setData, setDataUnchecked, setDataUnchecked, setType, withDefaultType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.xdev.chartjs.model.dataset.NumberDataset
addData, self, setData
-
Constructor Details
-
BarDataset
public BarDataset()
-
-
Method Details
-
defaultType
- Specified by:
defaultType
in classDataset<BarDataset,
Number>
-
getLabel
-
setLabel
-
getXAxisID
-
setXAxisID
-
getYAxisID
-
setYAxisID
-
getBorderSkipped
-
addBorderSkipped
-
setBorderSkipped
-
getStack
-
setStack
-