Interface IAxisInfoUpdatable
Defines interface which allows to update AxisInfo values
Implements
Namespace:
Assembly: .dll
Syntax
public interface IAxisInfoUpdatable extends ICleanable
Methods
getAxis()
Gets parent IAxis which is used to update current IAxisInfoUpdatable instance
Declaration
public abstract IAxis getAxis()
Returns
Type | Description |
---|---|
IAxis | The parent axis |
update(Comparable dataValue)
Updates underlying AxisInfo based on dataValue
Declaration
public abstract void update(Comparable dataValue)
Parameters
Type | Name | Description |
---|---|---|
Comparable | dataValue | The new data value |