Uses of Class
software.xdev.chartjs.model.options.LegendOptions
Packages that use LegendOptions
-
Uses of LegendOptions in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as LegendOptionsMethods in software.xdev.chartjs.model.options that return LegendOptionsModifier and TypeMethodDescriptionPlugins.getLegend()
LegendOptions.setDisplay
(Boolean display) LegendOptions.setFullSize
(Boolean fullSize) LegendOptions.setLabels
(LegendOptions.Labels labels) LegendOptions.setMaxHeight
(Number maxHeight) LegendOptions.setMaxWidth
(Number maxWidth) LegendOptions.setOnClick
(JavaScriptFunction onClick) LegendOptions.setOnHover
(JavaScriptFunction onHover) LegendOptions.setOnLeave
(JavaScriptFunction onLeave) LegendOptions.setPosition
(Object position) LegendOptions.setReverse
(Boolean reverse) LegendOptions.setTextDirection
(String textDirection) LegendOptions.setTitle
(LegendOptions.Title title) Methods in software.xdev.chartjs.model.options with parameters of type LegendOptionsModifier and TypeMethodDescriptionPlugins.setLegend
(LegendOptions legend) The legend configuration is passed into the options.legend namespace.