i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > chart > IChartView > zoomScale

    chart.IChartView.zoomScale property

    Gets the zoom scale of the view, where 1.0 is a 100% (one-to-one) scale.

    Signature:

    readonly zoomScale: number;
    

    Returns: number

    Introduced: version 1.0

    Remarks

    When the zoom scale is 1.0, one chart unit is equal to one native display pixel. At 0.5, it's two units to one pixel; at 2.0, it's two pixels to one unit.

    In this article
    Back to top © N. Harris Computer Corporation