Search Results for

    Show / Hide Table of Contents

    Class FixedErrorBarsSeriesInfo

    Defines Series Info class for FixedErrorBarsSeriesInfo

    Inheritance
    java.lang.Object
    SeriesInfoCore<T>
    SeriesInfo<T>
    renderableSeries.hitTest.XySeriesInfo
    FixedErrorBarsSeriesInfo
    Inherited Members
    renderableSeries.hitTest.SeriesInfo.formatXCursorValue(Comparable<?>)
    renderableSeries.hitTest.SeriesInfo.formatYCursorValue(Comparable<?>)
    renderableSeries.hitTest.SeriesInfo.getRenderableSeries()
    renderableSeries.hitTest.SeriesInfo.update()
    renderableSeries.hitTest.SeriesInfoCore.isVisible()
    renderableSeries.hitTest.XySeriesInfo.clear()
    renderableSeries.hitTest.XySeriesInfo.getFormattedXValue()
    renderableSeries.hitTest.XySeriesInfo.getFormattedYValue()
    renderableSeries.hitTest.XySeriesInfo.update(renderableSeries.hitTest.HitTestInfo,boolean)
    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 FixedErrorBarsSeriesInfo extends renderableSeries.hitTest.XySeriesInfo<renderableSeries.FastFixedErrorBarsRenderableSeries>

    Constructors

    FixedErrorBarsSeriesInfo(renderableSeries.FastFixedErrorBarsRenderableSeries renderableSeries)

    Creates a new instance of FixedErrorBarsSeriesInfo class

    Declaration
    public FixedErrorBarsSeriesInfo(renderableSeries.FastFixedErrorBarsRenderableSeries renderableSeries)
    Parameters
    Type Name Description
    renderableSeries.FastFixedErrorBarsRenderableSeries renderableSeries

    The parent renderable series

    Fields

    highValue

    The High Value at the hit-test site

    Declaration
    public Comparable<?> highValue
    Field Value
    Type Description
    Comparable<?>

    lowValue

    The Low Value at the hit-test site

    Declaration
    public Comparable<?> lowValue
    Field Value
    Type Description
    Comparable<?>

    Methods

    getFormattedHighValue()

    Gets the formatted highValue

    Declaration
    public final CharSequence getFormattedHighValue()
    Returns
    Type Description
    CharSequence

    The formatted highValue

    getFormattedLowValue()

    Gets the formatted lowValue

    Declaration
    public final CharSequence getFormattedLowValue()
    Returns
    Type Description
    CharSequence

    The formatted lowValue

    update(renderableSeries.hitTest.HitTestInfo hitTestInfo, boolean interpolate)

    Updates this instance with information provided by hitTestInfo instance

    Declaration
    public void update(renderableSeries.hitTest.HitTestInfo hitTestInfo, boolean interpolate)
    Parameters
    Type Name Description
    renderableSeries.hitTest.HitTestInfo hitTestInfo
    boolean interpolate
    Overrides
    XySeriesInfo<TRenderableSeries>.update(renderableSeries.hitTest.HitTestInfo hitTestInfo, boolean interpolate)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml