public interface IAxisInfoUpdatable
extends com.scichart.core.framework.ICleanable
AxisInfo
valuesModifier and Type | Method and Description |
---|---|
IAxis |
getAxis()
Gets parent
IAxis which is used to update current IAxisInfoUpdatable instance |
void |
update(java.lang.Comparable dataValue)
Updates underlying
AxisInfo based on dataValue |
void update(java.lang.Comparable dataValue)
AxisInfo
based on dataValue
dataValue
- The new data valueIAxis getAxis()
IAxis
which is used to update current IAxisInfoUpdatable
instance