T
- The type of axispublic interface ILabelFormatter<T extends IAxisCore>
FormatterLabelProviderBase
Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
formatCursorLabel(double dataValue)
Formats a label for the cursor, from the specified data-value passed in
|
java.lang.CharSequence |
formatLabel(double dataValue)
Formats a label for the axis from the specified data-value passed in
|
void |
update(T axis)
Updates this label formatter with values provided by axis
|
void update(T axis)
axis
- The current axisjava.lang.CharSequence formatLabel(double dataValue)
dataValue
- The data value to formatjava.lang.CharSequence formatCursorLabel(double dataValue)
dataValue
- The data value to format