Class LineDatasetBase<T extends PointDataset<T,O>,O>
java.lang.Object
software.xdev.chartjs.model.dataset.Dataset<T,O>
software.xdev.chartjs.model.dataset.PointDataset<T,O>
software.xdev.chartjs.model.dataset.LineDatasetBase<T,O>
- Direct Known Subclasses:
LineDataset
,ScatterDataset
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPointHitRadius
(Integer pointHitRadius) setPointHitRadius
(List<Integer> pointHitRadius) The pixel size of the non-displayed point that reacts to mouse eventssetShowLine
(Boolean showLine) setSpanGaps
(Object spanGaps) setStepped
(Boolean stepped) setXAxisID
(String xAxisID) setYAxisID
(String yAxisID) Methods inherited from class software.xdev.chartjs.model.dataset.PointDataset
addBorderDash, addPointBackgroundColor, addPointBorderColor, addPointBorderWidth, addPointHoverBackgroundColor, addPointHoverBorderColor, addPointHoverBorderWidth, addPointHoverRadius, addPointRadius, addPointStyle, getBackgroundColor, getBorderCapStyle, getBorderColor, getBorderDash, getBorderDashOffset, getBorderJoinStyle, getBorderWidth, getFill, getLineTension, getPointBackgroundColor, getPointBorderColor, getPointBorderWidth, getPointHoverBackgroundColor, getPointHoverBorderColor, getPointHoverBorderWidth, getPointHoverRadius, getPointRadius, getPointStyle, setBackgroundColor, setBorderCapStyle, setBorderColor, setBorderDash, setBorderDashOffset, setBorderJoinStyle, setBorderWidth, setFill, setLineTension, setPointBackgroundColor, setPointBorderColor, setPointBorderWidth, setPointHoverBackgroundColor, setPointHoverBorderColor, setPointHoverBorderWidth, setPointHoverRadius, setPointRadius, setPointStyle
Methods inherited from class software.xdev.chartjs.model.dataset.Dataset
addData, addDataUnchecked, clearData, defaultType, getClip, getData, getData, getHidden, getIndexAxis, getLabel, getOrder, getStack, getType, self, setClip, setData, setData, setDataUnchecked, setDataUnchecked, setHidden, setIndexAxis, setLabel, setOrder, setStack, setType, withDefaultType
-
Field Details
-
xAxisID
-
yAxisID
-
spanGaps
-
showLine
-
-
Constructor Details
-
LineDatasetBase
public LineDatasetBase()
-
-
Method Details
-
getXAxisID
-
setXAxisID
-
getYAxisID
-
setYAxisID
-
getShowLine
-
setShowLine
-
getSpanGaps
-
setSpanGaps
-
getStepped
-
setStepped
-
getPointHitRadius
- Overrides:
getPointHitRadius
in classPointDataset<T extends PointDataset<T,
O>, O> - See Also:
-
addPointHitRadius
- Overrides:
addPointHitRadius
in classPointDataset<T extends PointDataset<T,
O>, O> - See Also:
-
setPointHitRadius
The pixel size of the non-displayed point that reacts to mouse events- Overrides:
setPointHitRadius
in classPointDataset<T extends PointDataset<T,
O>, O>
-