Class LegendOptions
java.lang.Object
software.xdev.chartjs.model.options.LegendOptions
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
protected Boolean
protected LegendOptions.Labels
protected Number
protected Number
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected Object
protected Boolean
protected Boolean
protected String
protected LegendOptions.Title
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlign()
getRtl()
getTitle()
setDisplay
(Boolean display) setFullSize
(Boolean fullSize) setLabels
(LegendOptions.Labels labels) setMaxHeight
(Number maxHeight) setMaxWidth
(Number maxWidth) setOnClick
(JavaScriptFunction onClick) setOnHover
(JavaScriptFunction onHover) setOnLeave
(JavaScriptFunction onLeave) setPosition
(Object position) setReverse
(Boolean reverse) setTextDirection
(String textDirection) setTitle
(LegendOptions.Title title)
-
Field Details
-
display
-
position
-
align
-
maxHeight
-
maxWidth
-
fullSize
-
reverse
-
onClick
-
onHover
-
onLeave
-
labels
-
rtl
-
textDirection
-
title
-
-
Constructor Details
-
LegendOptions
public LegendOptions()
-
-
Method Details
-
getDisplay
-
setDisplay
-
getPosition
-
setPosition
-
getAlign
-
setAlign
-
getMaxHeight
-
setMaxHeight
-
getMaxWidth
-
setMaxWidth
-
getFullSize
-
setFullSize
-
getReverse
-
setReverse
-
getOnClick
-
setOnClick
-
getOnHover
-
setOnHover
-
getOnLeave
-
setOnLeave
-
getLabels
-
setLabels
-
getRtl
-
setRtl
-
getTextDirection
-
setTextDirection
-
getTitle
-
setTitle
-