坐标轴图表类。面积、点、线统计图表都基于此类 Inherits from:
| OpenCharts. | 坐标轴图表类。面积、点、线统计图表都基于此类 Inherits from: |
| Properties | |
| coordinateStyle | {OpenCharts.Coordinate} 坐标轴风格 |
| dotStyle | {OpenCharts.Style} 数据绘制圆的风格 |
| dotRadius | {<Number>} 数据绘制圆的风格 |
| Constructor | |
| OpenCharts. | |
| Functions | |
| getItemByPosition | 获取点击点所在的图表子项 Parameters: pointX - {Number} 鼠标相对canvas所在X位置。 pointY - {Number} 鼠标相对canvas所在Y位置。 selectType - {String} 点击类型,精确or按照x。 |
| onMouse | 鼠标事件 Parameters: evt - {Object} 鼠标点击事件。 |
{OpenCharts.Coordinate} 坐标轴风格
{OpenCharts.Style} 数据绘制圆的风格
获取点击点所在的图表子项 Parameters: pointX - {Number} 鼠标相对canvas所在X位置。 pointY - {Number} 鼠标相对canvas所在Y位置。 selectType - {String} 点击类型,精确or按照x。
getItemByPosition:function( pointX, pointY, selectType )
鼠标事件 Parameters: evt - {Object} 鼠标点击事件。
onMouse:function( evt )