Search Results for

    Show / Hide Table of Contents

    Class LabelFormatterBase<T>

    Defines a base class for all ILabelFormatter implementations

    Inheritance
    java.lang.Object
    LabelFormatterBase<T>
    Implements
    com.scichart.charting.numerics.labelProviders.ILabelFormatter<T>
    Inherited Members
    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 LabelFormatterBase<T> implements labelProviders.ILabelFormatter<T>
    Type Parameters
    Name Description
    T

    Constructors

    LabelFormatterBase()

    Declaration
    public LabelFormatterBase()

    Methods

    formatCursorLabel(double dataValue)

    Formats a label for the cursor, from the specified data-value passed in

    Declaration
    public abstract CharSequence formatCursorLabel(double dataValue)
    Parameters
    Type Name Description
    double dataValue
    Returns
    Type Description
    CharSequence

    formatLabel(double dataValue)

    Formats a label for the axis from the specified data-value passed in

    Declaration
    public abstract CharSequence formatLabel(double dataValue)
    Parameters
    Type Name Description
    double dataValue
    Returns
    Type Description
    CharSequence

    update(T axis)

    Updates this label formatter with values provided by axis

    Declaration
    public abstract void update(T axis)
    Parameters
    Type Name Description
    T axis

    update(List<CharSequence> formattedTickLabels, DoubleValues majorTicks)

    Updates ticks collection according to provided axis ticks.

    Declaration
    public boolean update(List<CharSequence> formattedTickLabels, DoubleValues majorTicks)
    Parameters
    Type Name Description
    List<CharSequence> formattedTickLabels
    DoubleValues majorTicks
    Returns
    Type Description
    boolean

    Implements

    com.scichart.charting.numerics.labelProviders.ILabelFormatter<T>
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml