Class SeriesInfoCore<T>
Defines the core base class which contains information about series throughout the SciChart SDK.
Implements
Inherited Members
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 |