LuciadRIA (2026.0.12)
    Preparing search index...

    Describes X and Y zoom factors. Typically, these are equal to each other. Only maps showing non-georefenced data ("Cartesian" maps, for example a timeline) allow non-uniform XY zooming.

    interface ZoomFactor {
        x: number;
        y: number;
    }

    Properties

    x y

    Properties

    x: number

    The zoom factor for the X axis

    y: number

    The zoom factor for the Y axis