Package be.ceau.chart.options.scales
Class AngleLines
java.lang.Object
be.ceau.chart.options.scales.AngleLines
Options to configure angled lines that radiate from the center of the chart
to the point labels.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
Color of angled linessetDisplay
(Boolean display) If true, angle lines are shown.setLineWidth
(Integer lineWidth) Width of angled lines
-
Constructor Details
-
AngleLines
public AngleLines()
-
-
Method Details
-
getDisplay
- See Also:
-
setDisplay
If true, angle lines are shown.
Default
true
-
getColor
- See Also:
-
setColor
Color of angled lines
Default
'rgba(0, 0, 0, 0.1)'
-
getLineWidth
- See Also:
-
setLineWidth
Width of angled lines
Default
1
-