i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    chart.IChartView.viewBounds property

    Gets the rectangle of the view boundary, in chart coordinates.

    Signature:

    readonly viewBounds: visual.IBounds;
    

    Returns: visual.IBounds

    Introduced: version 1.0

    Remarks

    In chart coordinates, x increases from left to right, and y increases from bottom to top. Therefore, for a new chart whose size is 400 x 200 chart units, the top left is at (-200, 100) while the bottom right is at (200, -100).

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