*
* @param positionValue the position of this axis
*/
public void setPosition(AxisPositionEnum positionValue)
{
AxisPositionEnum old = this.positionValue;
this.positionValue = positionValue;
getEventSupport().firePropertyChange(PROPERTY_POSITION, old, this.positionValue);
}