Search Results for

    Show / Hide Table of Contents

    Class OhlcSeriesInfo

    Defines Series Info class for OhlcRenderableSeriesBase

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

    Constructors

    OhlcSeriesInfo(renderableSeries.OhlcRenderableSeriesBase renderableSeries)

    Creates a new instance of OhlcSeriesInfo class

    Declaration
    public OhlcSeriesInfo(renderableSeries.OhlcRenderableSeriesBase renderableSeries)
    Parameters
    Type Name Description
    renderableSeries.OhlcRenderableSeriesBase renderableSeries

    The parent renderable series

    Fields

    closeValue

    The Close Value at the hit-test site

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

    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<?>

    openValue

    The Open Value at the hit-test site

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

    xValue

    The X Value at the hit-test site

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

    Methods

    clear()

    Declaration
    public void clear()
    Overrides
    SeriesInfo<T>.clear()

    getFormattedCloseValue()

    Gets the formatted closeValue

    Declaration
    public final CharSequence getFormattedCloseValue()
    Returns
    Type Description
    CharSequence

    The formatted closeValue

    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

    getFormattedOpenValue()

    Gets the formatted openValue

    Declaration
    public final CharSequence getFormattedOpenValue()
    Returns
    Type Description
    CharSequence

    The formatted openValue

    getFormattedXValue()

    Gets the formatted xValue

    Declaration
    public final CharSequence getFormattedXValue()
    Returns
    Type Description
    CharSequence

    The formatted xValue

    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
    SeriesInfo<T>.update(renderableSeries.hitTest.HitTestInfo hitTestInfo, boolean interpolate)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml