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.

GraphDataItem

Type class

GraphDataItem holds all the information about the graph’s data item. When working with a chart, you do not create GraphDataItem objects or change it’s properties directly. GraphDataItem is passed to you by events when user interacts with data item on the chart. The list of properties below will help you to extract data item’s value/coordinate/etc.

Guide

Type class

Creates a horizontal/vertical guideline-/area for AmSerialChart, AmXYChart and AmRadarChart charts, automatically adapts it’s settings from the axes if none has been specified.