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.

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.

CategoryAxis

Type class

Extension for AxisBase, gets automatically populated if none has been specified.

ChartCursor

Type class

Creates a cursor for the chart which follows the mouse movements. In case of AmSerialChart charts it shows the balloons of hovered data points.