Interface IDoubleLabelFormatter
Defines the interface to a double value label formatter
Namespace:
Assembly: .dll
Syntax
public interface IDoubleLabelFormatter
Methods
formatCursorLabel(double dataValue)
Formats a label for the cursor, from the specified data-value passed in
Declaration
public abstract CharSequence formatCursorLabel(double dataValue)
Parameters
| Type | Name | Description |
|---|---|---|
| double | dataValue | The data value to format |
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted value |
formatLabel(double dataValue)
Formats a label for the axis from the specified data-value passed in
Declaration
public abstract CharSequence formatLabel(double dataValue)
Parameters
| Type | Name | Description |
|---|---|---|
| double | dataValue | The data value to format |
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted value |