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.

AmSerialChart

Type class

AmSerialChart is the class you have to use for majority of chart types. The supported chart types are: line, area, column, bar, step line, smoothed line, candlestick and OHLC. The chart can be rotated by 90 degrees so the column chart becomes bar chart. The chart supports simple and logarithmic scales, it can have multiple value axes. The chart can place data points at equal intervals or can parse dates and place data points at irregular intervals.

AmStockChart

Type class

AmStockChart is a main class Stock chart.

AmXYChart

Type class

AmXYChart is the class you have to use for XY/Bubble/Scatter chart types. The chart supports simple and logarithmic scales, it can have multiple value axes.

AreasSettings

Type class

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

AxisBase

Type class

AxisBase is the 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

CategoryAxis is the class which displays category axis for the Serial Chart. The chart can have only one category axis. If you do not add category axis to the Serial chart, it will be created automatically.

ChartCursor

Type class

ChartCursor is a class which displays a cursor which follows the mouse. In case of Serial chart it also shows value and category balloons.

ChartCursorSettings

Type class

ChartCursorSettings settings set’s settings for chart cursor. 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 ChartCursor class will be used.

ChartScrollbar

Type class

ChartScrollbar class displays chart scrollbar. Supported by AmSerialChart and AmXYChart.