MapLine

Type class

Extension for MapObject to define individual settings for each line. it overwrites the settings obtained from LinesSettings.

MapObject

Type class

Baseclass for MapArea, MapLine and MapImage, it overwrites the default settings from AreasSettings, LinesSettings and ImagesSettings.

ObjectList

Type class

Creates a list of all available MapObjects, it’s entries can be generally controlled within the AmMap class using showAreasInList, showLinesInList, showImagesInList or individually within the MapObject itself.

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.

Slice

Type class

Slice is an item of AmPieChart’s chartData Array and holds all the information about the slice. When working with a pie chart, you do not create slices or change it’s properties directly, instead you set array of data using dataProvider property. Consider properties of a Slice read-only – change values in chart’s data provider if you need to.

SmallMap

Type class

Creates a small overview which indicates the current zoom level and position of the map.

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.