Search Results for

    Show / Hide Table of Contents

    Class HlSeriesInfo<TRenderableSeries>

    Defines Series Info class for HlRenderableSeriesBase

    Inheritance
    java.lang.Object
    SeriesInfoCore<T>
    renderableSeries.hitTest.SeriesInfo
    HlSeriesInfo<TRenderableSeries>
    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 HlSeriesInfo<TRenderableSeries> extends renderableSeries.hitTest.SeriesInfo<TRenderableSeries>
    Type Parameters
    Name Description
    TRenderableSeries

    Constructors

    HlSeriesInfo(TRenderableSeries renderableSeries)

    Creates a new instance of HlSeriesInfo class

    Declaration
    public HlSeriesInfo(TRenderableSeries renderableSeries)
    Parameters
    Type Name Description
    TRenderableSeries 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<?>

    xValue

    The X Value at the hit-test site

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

    yValue

    The Y Value at the hit-test site

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

    Methods

    clear()

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

    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

    getFormattedXValue()

    Gets the formatted xValue

    Declaration
    public final CharSequence getFormattedXValue()
    Returns
    Type Description
    CharSequence

    The formatted xValue

    getFormattedYValue()

    Gets the formatted yValue

    Declaration
    public final CharSequence getFormattedYValue()
    Returns
    Type Description
    CharSequence

    The formatted yValue

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml