Image

Type class

Image is used to add images to the end/start of trend lines. Allows you to display image anywhere on chart’s plot area.

Label

Type class

Creates a label on the chart which can be placed anywhere, multiple can be assigned.

LegendSettings

Type class

Common settings of legends. 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 StockLegend class will be used.

PanelsSettings

Type class

PanelsSettings settings set’s settings for all StockPanels. 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 StockPanel class will be used.

PeriodSelector

Type class

PeriodSelector displays date input fields and predefined period buttons.

SerialDataItem

Type class

SerialDataItem holds all the information about each series. When working with a chart, you do not create SerialDataItem objects or change it’s properties directly. Consider properties of a SerialDataItem read-only – change values in chart’s data provider if you need to. When serial chart parses dataProvider, it generates "chartData" array. Objects of this array are SerialDataItem objects.

StockEvent

Type class

StockEvent is object which holds information about event (bullet). Values from StockEventsSettings will be used if not set. Stock event bullet’s size depends on it’s graphs fontSize. When user rolls-over, clicks or rolls-out of the event bullet, AmStockChart dispatches events.

StockGraph

Type class

StockGraph displays graphs on StockPanel.

StockLegend

Type class

StockLegend is a legend of StockPanel.