public interface IHitTestInfoUpdatable
extends com.scichart.core.framework.ICleanable
Modifier and Type | Method and Description |
---|---|
IRenderableSeries |
getRenderableSeries()
Gets the parent renderable series
|
void |
update(HitTestInfo hitTestInfo,
boolean interpolate)
Updates this instance with information provided by
hitTestInfo instance |
void update(HitTestInfo hitTestInfo, boolean interpolate)
hitTestInfo
instancehitTestInfo
- The results of hit testinterpolate
- If true perform interpolationIRenderableSeries getRenderableSeries()