public class HlSeriesInfo<TRenderableSeries extends HlRenderableSeriesBase> extends SeriesInfo<TRenderableSeries>
HlRenderableSeriesBase
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
|
java.lang.Comparable<?> |
xValue
The X 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 |
---|
HlSeriesInfo(TRenderableSeries renderableSeries)
Creates a new instance of
HlSeriesInfo class |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.lang.CharSequence |
getFormattedHighValue()
Gets the formatted
highValue |
java.lang.CharSequence |
getFormattedLowValue()
Gets the formatted
lowValue |
java.lang.CharSequence |
getFormattedXValue()
Gets the formatted
xValue |
java.lang.CharSequence |
getFormattedYValue()
Gets the formatted
yValue |
formatXCursorValue, formatYCursorValue, getRenderableSeries, update, update
isVisible
public java.lang.Comparable<?> xValue
public java.lang.Comparable<?> yValue
public java.lang.Comparable<?> highValue
public java.lang.Comparable<?> lowValue
public HlSeriesInfo(TRenderableSeries renderableSeries)
HlSeriesInfo
classrenderableSeries
- The parent renderable seriespublic void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class SeriesInfo<TRenderableSeries extends HlRenderableSeriesBase>
public final java.lang.CharSequence getFormattedXValue()
xValue
xValue
public final java.lang.CharSequence getFormattedYValue()
yValue
yValue
public final java.lang.CharSequence getFormattedHighValue()
highValue
highValue
public final java.lang.CharSequence getFormattedLowValue()
lowValue
lowValue