Draw XXL documentation


public void IncrementXPos(int steps = 1)

This has only effect if "xAxis.sourceOfAutomaticValues"(todo link) is set to "fixedStep_followingTheManualIncrementFunction". With that setup you have full manual control over when the x-axis value increments for all the AddValue() functions that only supply a y-value.
Negative values for "steps" have no effect.
See also GetManuallyIncrementedXPos().