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