Object of shape point.
Members
-
<static> x :number
-
The x position of the point. Units can be either in axis or chart pixel coordinates.
Type:
- number
-
<static> xAxis :number|string|null
-
This number defines which xAxis the point is connected to. It refers to either the axis id or the index of the axis in the xAxis array. If the option is not configured or the axis is not found the point's x coordinate refers to the chart pixels.
Type:
- number | string | null
-
<static> y :number
-
The y position of the point. Units can be either in axis or chart pixel coordinates.
Type:
- number
-
<static> yAxis :number|string|null
-
This number defines which yAxis the point is connected to. It refers to either the axis id or the index of the axis in the yAxis array. If the option is not configured or the axis is not found the point's y coordinate refers to the chart pixels.
Type:
- number | string | null