Class LogarithmicNumericLabelFormatter
Default ILabelFormatter implementation for LogarithmicNumericAxis
Inheritance
LogarithmicNumericLabelFormatter
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class LogarithmicNumericLabelFormatter extends labelProviders.NumericLabelFormatterBase<ILogarithmicNumericAxis>
Constructors
LogarithmicNumericLabelFormatter()
Declaration
public LogarithmicNumericLabelFormatter()
Methods
createLabelFormatterFor(ScientificNotation scientificNotation)
Creates a ILabelFormatter for specified ScientificNotation value.
Declaration
protected labelProviders.ILabelFormatter<ILogarithmicNumericAxis> createLabelFormatterFor(ScientificNotation scientificNotation)
Parameters
| Type | Name | Description |
|---|---|---|
| ScientificNotation | scientificNotation |
Returns
| Type | Description |
|---|---|
| ILabelFormatter<ILogarithmicNumericAxis> |