public class BandSeriesInfo extends SeriesInfo<BaseBandRenderableSeries>
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, isWithinDataBounds, xyCoordinate
isHit, renderableSeries, seriesColor, seriesName
Constructor and Description |
---|
BandSeriesInfo(BaseBandRenderableSeries renderableSeries)
Creates a new instance of
BaseBandRenderableSeries 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, update
isVisible
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(BaseBandRenderableSeries renderableSeries)
BaseBandRenderableSeries
classrenderableSeries
- The parent renderable seriespublic void update(HitTestInfo hitTestInfo, boolean interpolate)
hitTestInfo
instanceupdate
in interface IHitTestInfoUpdatable
update
in class SeriesInfo<BaseBandRenderableSeries>
hitTestInfo
- The results of hit testinterpolate
- If true perform interpolationpublic void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class SeriesInfo<BaseBandRenderableSeries>
public final java.lang.CharSequence getFormattedXValue()
xValue
xValue
public final java.lang.CharSequence getFormattedYValue()
yValue
yValue
public final java.lang.CharSequence getFormattedY1Value()
y1Value
y1Value