SeriesLabelTextProvider Interface
The interface that should be implemented by the class providing labels’ text for the SeriesBase class descendant object.
Declaration
public interface SeriesLabelTextProvider
Methods
getText(SeriesLabelValuesBase) Method
Formats the specified series label.
Declaration
public String getText(SeriesLabelValuesBase info)
Parameters
| Name | Type | Description |
|---|---|---|
| info | SeriesLabelValuesBase | The SeriesLabelValuesBase class descendant object that provides the series point values used to format a label. |
Returns
| Type | Description |
|---|---|
| String | The formatted series label text. |