Search Results for

    Show / Hide Table of Contents

    Class NumericLabelFormatterBase<T>

    Base class for ILabelFormatter for NumericAxis and its subclasses

    Inheritance
    java.lang.Object
    labelProviders.LabelFormatterBase
    NumericLabelFormatterBase<T>
    Inherited Members
    labelProviders.LabelFormatterBase.formatCursorLabel(double)
    labelProviders.LabelFormatterBase.formatLabel(double)
    labelProviders.LabelFormatterBase.update(T)
    labelProviders.LabelFormatterBase.update(List<CharSequence>,DoubleValues)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public abstract class NumericLabelFormatterBase<T> extends labelProviders.LabelFormatterBase<T>
    Type Parameters
    Name Description
    T

    Constructors

    NumericLabelFormatterBase()

    Declaration
    protected NumericLabelFormatterBase()

    Methods

    createLabelFormatterFor(ScientificNotation scientificNotation)

    Creates a ILabelFormatter for specified ScientificNotation value.

    Declaration
    protected abstract labelProviders.ILabelFormatter<T> createLabelFormatterFor(ScientificNotation scientificNotation)
    Parameters
    Type Name Description
    ScientificNotation scientificNotation

    The ScientificNotation value to create formatter for.

    Returns
    Type Description
    ILabelFormatter<T>

    The ILabelFormatter which should be used for specified scientificNotation.

    formatCursorLabel(double dataValue)

    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
    Type Description
    CharSequence
    Overrides
    LabelFormatterBase<T>.formatCursorLabel(double dataValue)

    formatLabel(double dataValue)

    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
    Type Description
    CharSequence
    Overrides
    LabelFormatterBase<T>.formatLabel(double dataValue)

    update(T axis)

    Updates this label formatter with values provided by axis

    Declaration
    public void update(T axis)
    Parameters
    Type Name Description
    T axis
    Overrides
    LabelFormatterBase<T>.update(T axis)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml