public interface CustomMarkerTextCallback
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMarkerText(java.lang.String defaultMarkerText, ComponentHandle componentHandle)
Retrieves the customized text for the marker text.
|
java.lang.String getMarkerText(java.lang.String defaultMarkerText, ComponentHandle componentHandle)
defaultMarkerText
- The marker text that the Graph provides by default.componentHandle
- The ComponentHandle for the component to which this marker text applies. The componentHandle will actually be one of the following subclasses of ComponentHandle: DataComponentHandle, GroupComponentHandle, NonDataComponentHandle, PageItemComponentHandle, or SeriesComponentHandle.