Class RadarLine
java.lang.Object
software.xdev.chartjs.model.options.elements.Line
software.xdev.chartjs.model.options.elements.RadarLine
-
Field Summary
FieldsFields inherited from class software.xdev.chartjs.model.options.elements.Line
backgroundColor, borderCapStyle, borderColor, borderDash, borderDashOffset, borderJoinStyle, borderWidth, capBezierPoints, fill, stepped, tension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetLineTension
(Float lineTension) Tension exhibited by lines when calculating splineCurve.Methods inherited from class software.xdev.chartjs.model.options.elements.Line
getBackgroundColor, getBorderCapStyle, getBorderColor, getBorderDash, getBorderDashOffset, getBorderJoinStyle, getBorderWidth, getCapBezierPoints, getFill, getStepped, getTension, setBackgroundColor, setBorderCapStyle, setBorderColor, setBorderDash, setBorderDashOffset, setBorderJoinStyle, setBorderWidth, setCapBezierPoints, setFill, setStepped, setTension
-
Field Details
-
lineTension
- See Also:
-
-
Constructor Details
-
RadarLine
public RadarLine()
-
-
Method Details
-
getLineTension
- See Also:
-
setLineTension
Tension exhibited by lines when calculating splineCurve. Setting to 0 creates straight lines
Default
0
-