AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.graphics.math.Coordinate Improve this Doc

A class for representing coordinates and positions.

Methods Overview

Miscellaneous
getX()Getter for the X-coordinate.
getY()Getter for the Y-coordinate.

Methods Description

getX

Getter for the X-coordinate.

Returns:

number - X-coordinate.

getY

Getter for the Y-coordinate.

Returns:

number - The Y-coordinate.