Home > @i2analyze/notebook-sdk > chart > IViewportData
chart.IViewportData interface
A set of data that defines a viewport.
Signature:
interface IViewportData
Introduced: version 1.1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
center? | visual.IPosition | (Optional) Gets or sets the position of the center of the viewport, in chart coordinates. See also chart.IChartView.center. | |
zoomScale? | number | (Optional) Gets or sets the zoom scale of the view, where 1.0 is a 100% (one-to-one) scale. See also chart.IChartView.zoomScale. |