AmPieChart

Type class

Extension for AmSlicedChart to create pie/donut charts.

AmRadarChart

Type class

Extension for AmCoordinateChart to create radar/polar charts.

AmRectangularChart

Type class

Extension for AmCoordinateChart and base class of AmSerialChart and AmXYChart. It can not be instantiated explicitly.

AmSerialChart

Type class

Extension for AmRectangularChart to create line, area, column, bar, step line, smoothed line, candlestick and OHLC charts.

AmSlicedChart

Type class

Extension for AmChart and base class of AmPieChart and AmFunnelChart. It can not be instantiated explicitly.

AmStockChart

Type class

AmStockChart is a main class Stock chart.

AmXYChart

Type class

Extension for AmRectangularChart to create XY/bubble/scatter charts.

AreasSettings

Type class

AreasSettings is a class which defines the default settings for all MapArea objects.

AxisBase

Type class

Base class for ValueAxis and CategoryAxis. It can not be instantiated explicitly.

CategoryAxesSettings

Type class

CategoryAxesSettings settings set’s settings common for all CategoryAxes of StockPanels. If you change a property after the chart is initialized, you should call stockChart.validateNow() method in order for it to work. If there is no default value specified, default value of CategoryAxis class will be used.