Uses of Class
software.xdev.chartjs.model.options.Callbacks
Packages that use Callbacks
-
Uses of Callbacks in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as CallbacksMethods in software.xdev.chartjs.model.options that return CallbacksModifier and TypeMethodDescriptionTooltip.getCallbacks()
Callbacks.setAfterBody
(JavaScriptFunction afterBody) Returns text to render after the body section.Callbacks.setAfterFooter
(JavaScriptFunction afterFooter) Text to render after the footer section.Callbacks.setAfterLabel
(JavaScriptFunction afterLabel) Returns text to render after an individual label.Callbacks.setAfterTitle
(JavaScriptFunction afterTitle) Returns text to render after the title.Callbacks.setBeforeBody
(JavaScriptFunction beforeBody) Returns text to render before the body section.Callbacks.setBeforeFooter
(JavaScriptFunction beforeFooter) Returns text to render before the footer section.Callbacks.setBeforeLabel
(JavaScriptFunction beforeLabel) Returns text to render before an individual label.Callbacks.setBeforeTitle
(JavaScriptFunction beforeTitle) Returns the text to render before the title.Callbacks.setFooter
(JavaScriptFunction footer) Returns text to render as the footer of the tooltip.Callbacks.setLabel
(JavaScriptFunction label) Returns text to render for an individual item in the tooltip.Callbacks.setLabelColor
(JavaScriptFunction labelColor) Returns the colors to render for the tooltip item.Callbacks.setLabelTextColor
(JavaScriptFunction labelTextColor) Returns the colors for the text of the label for the tooltip item.Callbacks.setTitle
(JavaScriptFunction title) Returns text to render as the title of the tooltip.Methods in software.xdev.chartjs.model.options with parameters of type CallbacksModifier and TypeMethodDescriptionTooltip.setCallbacks
(Callbacks callbacks) See the callbacks section below