SetYTickIncrement

SetYTickIncrement — Set the step between Y ticks

Synopsis

$plot->SetYTickIncrement($ti)
    

Description

SetYTickIncrement sets the interval between Y tick marks. You can use either this function or SetNumYTicks (but not both) to control the tick mark spacing.

Parameters

$ti

Desired tick interval, in world coordinates.

Notes

If neither SetYTickIncrement nor SetNumYTicks is used, the tick mark interval is calculated as 1/10th of the Y data range.