Class LogBaseNumericLabelFormatter
Inheritance
LogBaseNumericLabelFormatter
Namespace:
Assembly: .dll
public class LogBaseNumericLabelFormatter extends labelProviders.LabelFormatterBase<ILogarithmicNumericAxis>
Constructors
Declaration
public LogBaseNumericLabelFormatter()
Methods
Formats a label for the cursor, from the specified data-value passed in
Declaration
public CharSequence formatCursorLabel(double dataValue)
Parameters
| Type |
Name |
Description |
| double |
dataValue |
|
Returns
Overrides
Formats a label for the axis from the specified data-value passed in
Declaration
public CharSequence formatLabel(double dataValue)
Parameters
| Type |
Name |
Description |
| double |
dataValue |
|
Returns
Overrides
Updates this label formatter with values provided by axis
Declaration
public void update(ILogarithmicNumericAxis axis)
Parameters
Overrides