public class BandSeriesInfo extends SeriesInfo<FastBandRenderableSeries>
FastBandRenderableSeries
Modifier and Type | Field and Description |
---|---|
java.lang.Comparable<?> |
xValue
The X Value at the hit-test site
|
android.graphics.PointF |
xy1Coordinate
A point snapped to the X-Y1 value of the series.
|
int |
y1SeriesColor
The color of the Y1 series associated with this series info
|
java.lang.Comparable<?> |
y1Value
The Y1 Value at the hit-test site
|
java.lang.Comparable<?> |
yValue
The Y Value at the hit-test site
|
dataSeriesIndex, dataSeriesType, isHit, isWithinDataBounds, renderableSeries, seriesColor, seriesName, xyCoordinate
Constructor and Description |
---|
BandSeriesInfo(FastBandRenderableSeries renderableSeries)
Creates a new instance of
FastBandRenderableSeries class |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.lang.CharSequence |
getFormattedXValue()
Gets the formatted
xValue |
java.lang.CharSequence |
getFormattedY1Value()
Gets the formatted
y1Value |
java.lang.CharSequence |
getFormattedYValue()
Gets the formatted
yValue |
void |
update(HitTestInfo hitTestInfo,
boolean interpolate)
Updates this instance with information provided by
hitTestInfo instance |
formatXCursorValue, formatYCursorValue, getRenderableSeries, isVisible, update
public java.lang.Comparable<?> xValue
public java.lang.Comparable<?> yValue
public java.lang.Comparable<?> y1Value
public final android.graphics.PointF xy1Coordinate
public int y1SeriesColor
public BandSeriesInfo(FastBandRenderableSeries renderableSeries)
FastBandRenderableSeries
classrenderableSeries
- The parent renderable seriespublic void update(HitTestInfo hitTestInfo, boolean interpolate)
hitTestInfo
instanceupdate
in interface IHitTestInfoUpdatable
update
in class SeriesInfo<FastBandRenderableSeries>
hitTestInfo
- The results of hit testinterpolate
- If true perform interpolationpublic void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class SeriesInfo<FastBandRenderableSeries>
public final java.lang.CharSequence getFormattedXValue()
xValue
xValue
public final java.lang.CharSequence getFormattedYValue()
yValue
yValue
public final java.lang.CharSequence getFormattedY1Value()
y1Value
y1Value