Information on this website refers to a deprecated product, and is provided only for historical reference. Please use the Version Switcher above to select an appropriate documentation website for the product you are using.

AmBalloon

Type class

AmBalloon is the class which generates balloons (datatips). Balloon follows the mouse when you roll-over the pie slice/line bullet/column/etc, chart indicator of serial charts displays value balloons and category balloon. Balloon instance is created by the chart automatically and can be accessed via "balloon" property of AmChart. Chart shows/hides and sets position for every balloon automatically, so all you need to do is to change balloon appearance, if you want to. For example:

AmChart

Type class

AmChart is a base class of all charts. It can not be instantiated explicitly. AmCoordinateChart, AmPieChart and AmMap extend AmChart class.

AmCharts

Type class

AmCharts object (it’s not a class) is create automatically when amcharts.js or amstock.js file is included in a web page.

AmLegend

Type class

AmLegend is the class that displays legend of the chart. Legend to the chart should be added using chart.addLegend(legend) method. For example:

AmMap

Type class

AmMap is the main class of the AmMap application. Example:

AreasSettings

Type class

AreasSettings is a class which holds common settings of all MapArea objects.

ImagesSettings

Type class

ImagesSettings is a class which holds common settings of all MapImage objects.

LinesSettings

Type class

LinesSettings is a class which holds common settings of all MapLine Objects.

MapArea

Type class

MapArea is a class where properties of areas in the SVG map are defined. In case some property is not defined in this class, MapArea will use AreasSettings class property with the same name.

MapData

Type class

MapData is a class which holds all the data – arrays of images, areas and lines.