StockGraph

Type class

StockGraph displays graphs on StockPanel.

StockLegend

Type class

StockLegend is a legend of StockPanel.

StockPanel

Type class

StockPanel class creates stock panels (charts). AmStockChart can have multiple Stock panels.

Title

Type class

Creates a title on above the chart, multiple can be assigned.

TrendLine

Type class

Creates a trendline for AmSerialChart and AmXYChart charts which indicates the trend of your data or covers some different purposes. Multiple can be assigned.

ValueAxesSettings

Type class

ValueAxesSettings settings set’s settings for all ValueAxes. 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 ValueAxis class will be used.

ValueAxis

Type class

Extension for ValueAxis to create an axis for AmSerialChart, AmRadarChart, AmXYChart charts, multiple can be assigned.

ValueLegend

Type class

This class displays a color range used by areas (in case you set values for your areas).

ZoomControl

Type class

Creates the controls for the map to change the zoom level and pan around the map.