Class Tee.Point
Represents an X,Y point.
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Point(x, y)
|
Field Attributes | Field Name and Description |
---|---|
The horizontal coordinate.
|
|
The vertical coordinate.
|
Class Detail
Tee.Point(x, y)
- Parameters:
- {Number} x
- Horizontal point position.
- {Number} y
- Vertical point position.
Field Detail
{Number}
x
The horizontal coordinate.
{Number}
y
The vertical coordinate.