public class OhlcSeriesInfo extends SeriesInfo<OhlcRenderableSeriesBase>
OhlcRenderableSeriesBase
Modifier and Type | Field and Description |
---|---|
java.lang.Comparable<?> |
closeValue
The Close Value at the hit-test site
|
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<?> |
openValue
The Open Value at the hit-test site
|
java.lang.Comparable<?> |
xValue
The X Value at the hit-test site
|
dataSeriesIndex, dataSeriesType, isWithinDataBounds, xyCoordinate
isHit, renderableSeries, seriesColor, seriesName
Constructor and Description |
---|
OhlcSeriesInfo(OhlcRenderableSeriesBase renderableSeries)
Creates a new instance of
OhlcSeriesInfo class |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.lang.CharSequence |
getFormattedCloseValue()
Gets the formatted
closeValue |
java.lang.CharSequence |
getFormattedHighValue()
Gets the formatted
highValue |
java.lang.CharSequence |
getFormattedLowValue()
Gets the formatted
lowValue |
java.lang.CharSequence |
getFormattedOpenValue()
Gets the formatted
openValue |
java.lang.CharSequence |
getFormattedXValue()
Gets the formatted
xValue |
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<?> openValue
public java.lang.Comparable<?> highValue
public java.lang.Comparable<?> lowValue
public java.lang.Comparable<?> closeValue
public OhlcSeriesInfo(OhlcRenderableSeriesBase renderableSeries)
OhlcSeriesInfo
classrenderableSeries
- The parent renderable seriespublic void update(HitTestInfo hitTestInfo, boolean interpolate)
hitTestInfo
instanceupdate
in interface IHitTestInfoUpdatable
update
in class SeriesInfo<OhlcRenderableSeriesBase>
hitTestInfo
- The results of hit testinterpolate
- If true perform interpolationpublic void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class SeriesInfo<OhlcRenderableSeriesBase>
public final java.lang.CharSequence getFormattedXValue()
xValue
xValue
public final java.lang.CharSequence getFormattedOpenValue()
openValue
openValue
public final java.lang.CharSequence getFormattedHighValue()
highValue
highValue
public final java.lang.CharSequence getFormattedLowValue()
lowValue
lowValue
public final java.lang.CharSequence getFormattedCloseValue()
closeValue
closeValue