public interface HtmlLegendTextCallback
HtmlLegend
plugin.Modifier and Type | Method and Description |
---|---|
com.google.gwt.safehtml.shared.SafeHtml |
generateLegendText(IsChart chart,
LegendItem item,
java.lang.String currentText)
Returns a text of legend for a specific item, as HTML
|
com.google.gwt.safehtml.shared.SafeHtml generateLegendText(IsChart chart, LegendItem item, java.lang.String currentText)
chart
- chart instanceitem
- legend item which represents the text to createcurrentText
- current text provided by legend labels callback.