OpenCharts.Point

此类用x,y坐标描述屏幕上的坐标点。

Summary
OpenCharts.Point此类用x,y坐标描述屏幕上的坐标点。
Properties
x{Number} x坐标
y{Number} y坐标
Constructor
OpenCharts.Point创建新的OpenCharts.Point实例,如:
Functions
clone克隆的当前的point对象。

Properties

x

{Number} x坐标

y

{Number} y坐标

Constructor

OpenCharts.Point

创建新的OpenCharts.Point实例,如:

var pnt = new OpenCharts.Point(21,25);

Parameters

x{Number} x坐标
y{Number} y坐标

Returns

返回OpenCharts.Point实例

Functions

clone

clone:function()

克隆的当前的point对象。

Returns

{OpenCharts.Point} 表示point的字符串。例如:”x=200.4,y=242.2”

clone:function()
克隆的当前的point对象。
创建新的OpenCharts.Point实例,如:
Close