Home > @i2analyze/notebook-sdk > chart > IChartView
chart.IChartView interface
A description of the area of the chart that is currently in view.
Signature:
interface IChartView
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
center | readonly |
visual.IPosition | Gets the position of the center of the view, in chart coordinates. |
viewBounds | readonly |
visual.IBounds | Gets the rectangle of the view boundary, in chart coordinates. |
zoomScale | readonly |
number | Gets the zoom scale of the view, where 1.0 is a 100% (one-to-one) scale. |