Search
Preparing search index...
The search index is not available
TypeDoc API Documentation
for SciChart
JavaScript Charts
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
Point
Class Point
Go to
JavaScript Charting Documentation
Go to
JavaScript Chart Examples
Go to
SciChart.js on Github
A class to represent an X,Y point
Hierarchy
Point
Index
Constructors
constructor
Properties
x
y
Methods
is
Equal
Constructors
constructor
new
Point
(
x
:
number
, y
:
number
)
:
Point
Parameters
x:
number
y:
number
Returns
Point
Properties
Readonly
x
x
:
number
Readonly
y
y
:
number
Methods
Static
is
Equal
is
Equal
(
point1
:
Point
, point2
:
Point
)
:
boolean
Parameters
point1:
Point
point2:
Point
Returns
boolean
Globals
Point
constructor
x
y
is
Equal
Generated using
TypeDoc
A class to represent an X,Y point