figureone
    Preparing search index...

    Interface OBJ_PlotZoomOptions

    • axis x | y | xy — which axis to zoom (xy)
    • wheelSensitivity number — mouse wheel sensitivity where >1 is more sensitive and <1 is less sensitive (1)
    • pinchSensitivity number — pinch zoom sensitivity where >1 is more sensitive and <1 is less sensitive (1)
    • value number | TypeParsablePoint — fix value to zoom on - will override pinch or mouse wheel zoom location
    • min number | null — minimum zoom where null is no limit (null)
    • max number | null — maximum zoom where null is no limit (null)