Search Results for

    Show / Hide Table of Contents

    Class LogBaseNumericLabelFormatter

    THe ILabelFormatter implementation which formats label with power of LogarithmicNumericAxis#getLogarithmicBase()

    Inheritance
    java.lang.Object
    labelProviders.LabelFormatterBase
    LogBaseNumericLabelFormatter
    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 class LogBaseNumericLabelFormatter extends labelProviders.LabelFormatterBase<ILogarithmicNumericAxis>

    Constructors

    LogBaseNumericLabelFormatter()

    Declaration
    public LogBaseNumericLabelFormatter()

    Methods

    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(ILogarithmicNumericAxis axis)

    Updates this label formatter with values provided by axis

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