Class LegendTitle
java.lang.Object
software.xdev.chartjs.model.options.LegendTitle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getFont()
getText()
DefaultChart.defaults.color
setDisplay
(Boolean display) Defaultfalse
DefaultChart.defaults.font
setPadding
(Padding padding) Padding around the titleThe string title
-
Field Details
-
color
-
display
-
font
-
padding
-
text
-
-
Constructor Details
-
LegendTitle
public LegendTitle()
-
-
Method Details
-
getColor
- See Also:
-
setColor
DefaultChart.defaults.color
Color of text -
getDisplay
- See Also:
-
setDisplay
Defaultfalse
Is the legend title displayed? -
getFont
- See Also:
-
setFont
DefaultChart.defaults.font
-
getPadding
- See Also:
-
setPadding
Padding around the title -
getText
- See Also:
-
setText
The string title
-