public interface FormatterCallback
DataLabelsPlugin.ID
plugin to set formatter
property at runtime, using the plugin context.\n
between each line or by providing an array of strings where each item represents a new
line.Modifier and Type | Method and Description |
---|---|
String |
invoke(DataLabelsContext context,
DataItem dataItem)
Returns the formatted label value.
|
String invoke(DataLabelsContext context, DataItem dataItem)
context
- DataLabelsPlugin.ID
plugin context instancedataItem
- value container to be formatted.double
, String
or a FloatingData
.