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.

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.

TrendLine

Type class

Trend lines are straight lines indicating trends, might also be used for some different purposes. Can be used by Serial and XY charts. To add/remove trend line, use chart.addTrendLine(trendLine)/chart.removeTrendLine(trendLine) methods or simply pass array of trend lines: chart.trendLines = [trendLine1, trendLine2] Example:

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

ValueAxis is the class which displays value axis for the chart. The chart can have any number of value axes. For Serial chart one value axis is created automatically. For XY Chart two value axes (horizontal and vertical) are created automatically.

ValueLegend

Type class

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

ZoomControl

Type class

Zoom control displays zoom and pan controls on the map.