柱状图表类。用于创建柱状类型的统计图表 Inherits from:
| OpenCharts. | 柱状图表类。用于创建柱状类型的统计图表 Inherits from: |
| Properties | |
| coordinateStyle | {OpenCharts.Coordinate} 坐标轴风格 |
| Constructor | |
| OpenCharts. | |
| Functions | |
| getItemByPosition | 获取点击点所在的图表子项 Parameters: pointX - {Number} 鼠标相对canvas所在X位置。 pointY - {Number} 鼠标相对canvas所在Y位置。 selectType - {String} 点击类型,精确or按照x。 |
{OpenCharts.Coordinate} 坐标轴风格
获取点击点所在的图表子项 Parameters: pointX - {Number} 鼠标相对canvas所在X位置。 pointY - {Number} 鼠标相对canvas所在Y位置。 selectType - {String} 点击类型,精确or按照x。
getItemByPosition:function( pointX, pointY, selectType )