Member Junction
    Preparing search index...

    Describes the visible rectangle of the scatter plot after a zoom or pan.

    Coordinates are in the SVG coordinate space (the viewBox).

    interface ViewportRect {
        Height: number;
        MinX: number;
        MinY: number;
        Width: number;
    }
    Index

    Properties

    Properties

    Height: number

    Viewport height in SVG units.

    MinX: number

    Left edge X coordinate.

    MinY: number

    Top edge Y coordinate.

    Width: number

    Viewport width in SVG units.