public class FixedErrorBarsSeriesInfo extends XySeriesInfo<FastFixedErrorBarsRenderableSeries>
FixedErrorBarsSeriesInfo
Modifier and Type | Field and Description |
---|---|
java.lang.Comparable<?> |
highValue
The High Value at the hit-test site
|
java.lang.Comparable<?> |
lowValue
The Low Value at the hit-test site
|
xValue, yValue
dataSeriesIndex, dataSeriesType, isWithinDataBounds, xyCoordinate
isHit, renderableSeries, seriesColor, seriesName
Constructor and Description |
---|
FixedErrorBarsSeriesInfo(FastFixedErrorBarsRenderableSeries renderableSeries)
Creates a new instance of
FixedErrorBarsSeriesInfo class |
Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
getFormattedHighValue()
Gets the formatted
highValue |
java.lang.CharSequence |
getFormattedLowValue()
Gets the formatted
lowValue |
void |
update(HitTestInfo hitTestInfo,
boolean interpolate)
Updates this instance with information provided by
hitTestInfo instance |
clear, getFormattedXValue, getFormattedYValue
formatXCursorValue, formatYCursorValue, getRenderableSeries, update
isVisible
public java.lang.Comparable<?> highValue
public java.lang.Comparable<?> lowValue
public FixedErrorBarsSeriesInfo(FastFixedErrorBarsRenderableSeries renderableSeries)
FixedErrorBarsSeriesInfo
classrenderableSeries
- The parent renderable seriespublic void update(HitTestInfo hitTestInfo, boolean interpolate)
hitTestInfo
instanceupdate
in interface IHitTestInfoUpdatable
update
in class XySeriesInfo<FastFixedErrorBarsRenderableSeries>
hitTestInfo
- The results of hit testinterpolate
- If true perform interpolationpublic final java.lang.CharSequence getFormattedHighValue()
highValue
highValue
public final java.lang.CharSequence getFormattedLowValue()
lowValue
lowValue