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.