Abstract
Used to draw axis labels, calls #getFormattedValue by default.
float to be formatted
axis being labeled
formatted string label
Used to draw bar labels, calls #getFormattedValue by default.
current value to be formatted
formatted string label
Used to draw stacked bar labels, calls #getFormattedValue by default.
current value to be formatted
stacked entry being labeled, contains all Y values
formatted string label
Used to draw bubble size labels, calls #getFormattedValue by default.
bubble being labeled, also contains X and Y values
formatted string label
Used to draw high labels, calls #getFormattedValue by default.
candlestick being labeled
formatted string label
Called when drawing any label, used to change numbers into formatted strings.
float to be formatted
Optional
entry: BaseEntryformatted string label
Used to draw pie value labels, calls #getFormattedValue by default.
float to be formatted, may have been converted to percentage
slice being labeled, contains original, non-percentage Y value
formatted string label
Used to draw line and scatter labels, calls #getFormattedValue by default.
point being labeled, contains X value
formatted string label
Used to draw radar value labels, calls #getFormattedValue by default.
entry being labeled
formatted string label
Class to format all values before they are drawn as labels.