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.

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.

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.

ChartScrollbarSettings

Type class

ChartScrollbarSettings settings set’s settings for chart scrollbar. 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 ChartScrollbar class will be used.

DataSet

Type class

DataSet is objects which holds all information about data.