Package org.pepstock.charba.client.datalabels.callbacks
Contains the
DataLabelsPlugin.ID
plugin callback interfaces to configure the plugin itself.- Author:
- Andrea "Stock" Stocchero
-
Interface Summary Interface Description AlignCallback Callback interface ofDataLabelsPlugin.ID
plugin to setalign
property at runtime, using the plugin context.AnchorCallback Callback interface ofDataLabelsPlugin.ID
plugin to setanchor
property at runtime, using the plugin context.ClampCallback Callback interface ofDataLabelsPlugin.ID
plugin to setclamp
property at runtime, using the plugin context.ClipCallback Callback interface ofDataLabelsPlugin.ID
plugin to setclip
property at runtime, using the plugin context.FormatterCallback Callback interface ofDataLabelsPlugin.ID
plugin to setformatter
property at runtime, using the plugin context.
Labels can be displayed on multiple lines by using the newline character\n
between each line or by providing an array of strings where each item represents a new line.OpacityCallback Callback interface ofDataLabelsPlugin.ID
plugin to setopacity
property at runtime, using the plugin context.TextShadowBlurCallback Callback interface ofDataLabelsPlugin.ID
plugin to settextShadowBlur
property at runtime, using the plugin context.