Package de.yanwittmann.j2chartjs.dataset
Class LineChartDataset
java.lang.Object
de.yanwittmann.j2chartjs.dataset.ChartDataset<LineChartDataset,Number>
de.yanwittmann.j2chartjs.dataset.LineChartDataset
-
Field Summary
Fields inherited from class de.yanwittmann.j2chartjs.dataset.ChartDataset
data -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPointBackgroundColor(Color... colors)addPointBorderColor(Color... colors)addPointBorderWidth(Number... widths)addPointHitRadius(Number... radiuses)addPointHoverBackgroundColor(Color... colors)addPointHoverBorderColor(Color... colors)addPointHoverBorderWidth(Number... widths)addPointHoverRadius(Number... radiuses)addPointRadius(Number... radiuses)addPointRotation(Number... rotations)addPointStyle(String... styles)getBase()getFill()getLabel()getStack()setBackgroundColor(Color backgroundColor)setBase(double base)setBase(int base)setBorderCapStyle(String borderCapStyle)setBorderColor(Color borderColor)setBorderDash(List<Integer> borderDash)setBorderWidth(Number borderWidth)setIndexAxis(String indexAxis)setShowLine(Boolean showLine)setSpanGaps(Boolean spanGaps)setTension(double tension)setTension(Number tension)setxAxisID(String xAxisID)setyAxisID(String yAxisID)org.json.JSONObjecttoJson()
-
Constructor Details
-
LineChartDataset
public LineChartDataset()
-
-
Method Details
-
getLabel
-
setLabel
-
getxAxisID
-
setxAxisID
-
getyAxisID
-
setyAxisID
-
getStack
-
setStack
-
getIndexAxis
-
setIndexAxis
-
getBase
-
setBase
-
setBase
-
setBase
-
addPointBackgroundColor
-
addPointBorderColor
-
addPointBorderWidth
-
addPointHitRadius
-
addPointRadius
-
addPointRotation
-
addPointStyle
-
addPointHoverBackgroundColor
-
addPointHoverBorderColor
-
addPointHoverBorderWidth
-
addPointHoverRadius
-
getBackgroundColor
-
setBackgroundColor
-
getBorderCapStyle
-
setBorderCapStyle
-
getBorderColor
-
setBorderColor
-
getBorderDash
-
setBorderDash
-
getBorderWidth
-
setBorderWidth
-
getTension
-
setTension
-
setTension
-
getShowLine
-
setShowLine
-
getSpanGaps
-
setSpanGaps
-
getFill
-
setFill
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classChartDataset<LineChartDataset,Number>
-