Home > @i2analyze/notebook-sdk > visual > IPosition
visual.IPosition interface
A position on a chart surface.
Signature:
interface IPosition
Introduced: version 1.0
Remarks
For more information about chart coordinates, see the documentation for the members of the IChartView interface.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
x | readonly |
number | Gets the location of the position on the x-axis, in chart coordinates. |
y | readonly |
number | Gets the location of the position on the y-axis, in chart coordinates. |