Class LegendOptions
java.lang.Object
software.xdev.chartjs.model.options.LegendOptions
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Booleanprotected LegendOptions.Labelsprotected Numberprotected Numberprotected JavaScriptFunctionprotected JavaScriptFunctionprotected JavaScriptFunctionprotected Objectprotected Booleanprotected Booleanprotected Stringprotected 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
-