Class LegendOptions.Labels
java.lang.Object
software.xdev.chartjs.model.options.LegendOptions.Labels
- Enclosing class:
- LegendOptions
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Number
protected Number
protected Number
protected Object
protected JavaScriptFunction
protected Font
protected JavaScriptFunction
protected Number
protected Number
protected JavaScriptFunction
protected String
protected Boolean
protected Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getFont()
getSort()
setBorderRadius
(Number borderRadius) setBoxHeight
(Number boxHeight) setBoxWidth
(Number boxWidth) setFilter
(JavaScriptFunction filter) setGenerateLabels
(JavaScriptFunction generateLabels) setPadding
(Number padding) setPointStyleWidth
(Number pointStyleWidth) setSort
(JavaScriptFunction sort) setTextAlign
(String textAlign) setUseBorderRadius
(Boolean useBorderRadius) setUsePointStyle
(Boolean usePointStyle)
-
Field Details
-
boxWidth
-
boxHeight
-
color
-
font
-
padding
-
pointStyleWidth
-
generateLabels
-
filter
-
sort
-
textAlign
-
usePointStyle
-
useBorderRadius
-
borderRadius
-
-
Constructor Details
-
Labels
public Labels()
-
-
Method Details
-
getBoxWidth
-
setBoxWidth
-
getBoxHeight
-
setBoxHeight
-
getColor
-
setColor
-
getFont
-
setFont
-
getPadding
-
setPadding
-
getPointStyleWidth
-
setPointStyleWidth
-
getGenerateLabels
-
setGenerateLabels
-
getFilter
-
setFilter
-
getSort
-
setSort
-
getTextAlign
-
setTextAlign
-
getUsePointStyle
-
setUsePointStyle
-
getUseBorderRadius
-
setUseBorderRadius
-
getBorderRadius
-
setBorderRadius
-