DataLabelsPlugin.ID
plugin callback interfaces to configure the plugin itself.See: Description
Interface | Description |
---|---|
AlignCallback |
Callback interface of
DataLabelsPlugin.ID plugin to set align property at runtime, using the plugin context. |
AnchorCallback |
Callback interface of
DataLabelsPlugin.ID plugin to set anchor property at runtime, using the plugin context. |
ClampCallback |
Callback interface of
DataLabelsPlugin.ID plugin to set clamp property at runtime, using the plugin context. |
ClipCallback |
Callback interface of
DataLabelsPlugin.ID plugin to set clip property at runtime, using the plugin context. |
DisplayCallback |
Callback interface of
DataLabelsPlugin.ID plugin to set display property at runtime, using the plugin context. |
FormatterCallback |
Callback interface of
DataLabelsPlugin.ID plugin to set formatter 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 of
DataLabelsPlugin.ID plugin to set opacity property at runtime, using the plugin context. |
TextShadowBlurCallback |
Callback interface of
DataLabelsPlugin.ID plugin to set textShadowBlur property at runtime, using the plugin context. |
DataLabelsPlugin.ID
plugin callback interfaces to configure the plugin itself.