1 AmCharts 学习笔记 2012-4-6 2 基本属性说明................................................................................................................... 3 3 第一章 AmChart基本属性说明 图种类 图类型 说明 AmPieChart 饼图 AmRadarChart 雷达图 AmSerialChart 序列图,可创建大多数图类型;如柱状图,曲线图等 AmXYChart 离散图 AmLegend 图例(做为一种显示图的数据分类) 坐标系 坐标系 说明 CategoryAxis 横坐标 ValueAxis 纵坐标 Guide 坐标引导线,Guides are straight vertical or horizontal lines or areas AxisBase 坐标的基础类 AxisBaseAxisBaseAxisBaseGuide 图元元素 图元元素 说明 AmChart AmChart is a base class of all charts. AmCoordinateChart AmCoordinateChart is a base class of AmRectangularChart and 4 AmRadarChart. AmRectangularChart AmRectangularChart is a base class of XY and Serial charts. AmGraph 图显示所有类型的类图,类型包括- line, column, step line, smoothed line, ohlc and candlestick. XY and Radar charts can only display "line" type graphs. AmBalloon 气球,气泡。为产生数据提示所采用的类(datatips). ChartCursor 光标,跟随鼠标显示的光标,可用于跟随光标显示数据。ChartCursor is a class which displays a cursor which follows the mouse. For Serial chart it also shows value and category balloons ChartScrollbar 滚动条ChartScrollbar class displays chart scrollbar. SimpleChartScrollbar SimpleChartScrollbar is base class of ChartScrollbar. GraphDataItem Graph Data Item SerialDataItem Holds information about serial data item. TrendLine 趋势线 AmChartAmCoordinateChartAmPieChartAmRadarChartAmRectangu larChartAmSerialChart AmXYChart 事件 说明 事件说明 AmChartEvent 仅包含两种事件:数据更新后的事件和边界更新后的事件 DATA_UPDATED : String = "dataUpdated" MARGINS_UPDATED : String = "marginsUpdated" AxisEvent The AxisEvent class represents events that are specific to the AxisBase class. 只有一个当坐标维度被更改...