Interface IFormattedValueProvider
Defines interface with method for getting formatted value based on AxisInfo
Namespace:
Assembly: .dll
Syntax
public interface IFormattedValueProvider
Methods
formatValue(AxisInfo axisInfo)
Formats the value provided by AxisInfo and returns formatted string
Declaration
public abstract CharSequence formatValue(AxisInfo axisInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| AxisInfo | axisInfo | The AxisInfo to get formatted value from |
Returns
| Type | Description |
|---|---|
| CharSequence | The formatted string |