Search Results for

    Show / Hide Table of Contents

    Class SeriesInfoCore<T>

    Defines the core base class which contains information about series throughout the SciChart SDK.

    Inheritance
    java.lang.Object
    SeriesInfoCore<T>
    Implements
    ICleanable
    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 SeriesInfoCore<T> implements ICleanable
    Type Parameters
    Name Description
    T

    Constructors

    SeriesInfoCore(T renderableSeries)

    Creates a new instance of SeriesInfoCore class

    Declaration
    protected SeriesInfoCore(T renderableSeries)
    Parameters
    Type Name Description
    T renderableSeries

    The parent renderable series

    Fields

    isHit

    The value indicating whether the HitTest operation was a hit or not

    Declaration
    public boolean isHit
    Field Value
    Type Description
    boolean

    renderableSeries

    The parent renderable series

    Declaration
    public final T renderableSeries
    Field Value
    Type Description
    T

    seriesColor

    The color of the renderable series associated with this series info

    Declaration
    public int seriesColor
    Field Value
    Type Description
    int

    seriesName

    The name of the IDataSeries associated with this series info

    Declaration
    public String seriesName
    Field Value
    Type Description
    String

    Methods

    clear()

    Declaration
    public void clear()

    isVisible()

    Gets the value indicating whether the parent renderable series is visible or not

    Declaration
    public final boolean isVisible()
    Returns
    Type Description
    boolean

    True if renderable series visible

    Implements

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