Search Results for

    Show / Hide Table of Contents

    Class BandSeriesInfo

    Defines Series Info class for FastBandRenderableSeries

    Inheritance
    java.lang.Object
    SeriesInfoCore<T>
    renderableSeries.hitTest.SeriesInfo
    BandSeriesInfo
    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 BandSeriesInfo extends renderableSeries.hitTest.SeriesInfo<renderableSeries.BaseBandRenderableSeries>

    Constructors

    BandSeriesInfo(renderableSeries.BaseBandRenderableSeries renderableSeries)

    Creates a new instance of BaseBandRenderableSeries class

    Declaration
    public BandSeriesInfo(renderableSeries.BaseBandRenderableSeries renderableSeries)
    Parameters
    Type Name Description
    renderableSeries.BaseBandRenderableSeries renderableSeries

    The parent renderable series

    Fields

    xValue

    The X Value at the hit-test site

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

    xy1Coordinate

    A point snapped to the X-Y1 value of the series.

    Declaration
    public final PointF xy1Coordinate
    Field Value
    Type Description
    android.graphics.PointF

    y1SeriesColor

    The color of the Y1 series associated with this series info

    Declaration
    public int y1SeriesColor
    Field Value
    Type Description
    int

    y1Value

    The Y1 Value at the hit-test site

    Declaration
    public Comparable<?> y1Value
    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()

    getFormattedXValue()

    Gets the formatted xValue

    Declaration
    public final CharSequence getFormattedXValue()
    Returns
    Type Description
    CharSequence

    The formatted xValue

    getFormattedY1Value()

    Gets the formatted y1Value

    Declaration
    public final CharSequence getFormattedY1Value()
    Returns
    Type Description
    CharSequence

    The formatted y1Value

    getFormattedYValue()

    Gets the formatted yValue

    Declaration
    public final CharSequence getFormattedYValue()
    Returns
    Type Description
    CharSequence

    The formatted yValue

    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