public abstract class SeriesInfoCore<T extends IRenderableSeriesCore>
extends java.lang.Object
implements com.scichart.core.framework.ICleanable
Modifier and Type | Field and Description |
---|---|
boolean |
isHit
The value indicating whether the HitTest operation was a hit or not
|
T |
renderableSeries
The parent renderable series
|
int |
seriesColor
The color of the renderable series associated with this series info
|
java.lang.String |
seriesName
The name of the
IDataSeries associated with this series info |
Modifier | Constructor and Description |
---|---|
protected |
SeriesInfoCore(T renderableSeries)
Creates a new instance of
SeriesInfoCore class |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
isVisible()
Gets the value indicating whehter the parent renderable series is visible or not
|
public final T extends IRenderableSeriesCore renderableSeries
public int seriesColor
public java.lang.String seriesName
IDataSeries
associated with this series infopublic boolean isHit
protected SeriesInfoCore(T renderableSeries)
SeriesInfoCore
classrenderableSeries
- The parent renderable series