此类用x,y坐标描述屏幕上的坐标点。
{Number} x坐标
{Number} y坐标
创建新的OpenCharts.Point实例,如:
var pnt = new OpenCharts.Point(21,25);
返回OpenCharts.Point实例
clone:function()
克隆的当前的point对象。
{OpenCharts.Point} 表示point的字符串。例如:”x=200.4,y=242.2”