Class RadarElements
java.lang.Object
software.xdev.chartjs.model.options.elements.RadarElements
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLine()
Line elements are used to represent the line in a line chart.
-
Field Details
-
line
- See Also:
-
-
Constructor Details
-
RadarElements
public RadarElements()
-
-
Method Details
-
getLine
- See Also:
-
setLine
Line elements are used to represent the line in a line chart. The global line options are stored in Chart.defaults.global.elements.line.
-