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.

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

Create a scrollbar for AmSerialChart and AmXYChart charts.

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.

DataSetSelector

Type class

DataSetSelector is a tool for selecting data set’s as main and for comparing with main data set.

GaugeArrow

Type class

Creates an arrow for AmAngularGauge charts, multiple can be assigned.

GaugeAxis

Type class

Creates an axis for AmAngularGauge charts, multiple can be assigned.

GaugeBand

Type class

Creates a band for a specified value range on the GaugeAxis. Multiple bands can be assigned to a single GaugeAxis.