public interface ILabelProvider extends IAxisProviderBase
IAxisCore.setLabelProvider(ILabelProvider)
, allowing
programmatic overriding of axis labels.Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
formatCursorLabel(java.lang.Comparable dataValue)
Formats a label for the cursor, from the specified data-value passed in
|
java.lang.CharSequence |
formatLabel(java.lang.Comparable dataValue)
Formats a label for the axis from the specified data-value passed in
|
java.util.List<java.lang.CharSequence> |
getFormattedTickLabels()
Gets the list of formatted axis tick labels for currently attached axis
|
update
java.lang.CharSequence formatLabel(java.lang.Comparable dataValue)
dataValue
- The data value to formatjava.lang.CharSequence formatCursorLabel(java.lang.Comparable dataValue)
dataValue
- The data value to formatjava.util.List<java.lang.CharSequence> getFormattedTickLabels()