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.

MapImage

Type class

MapImage is a class where properties of images are defined. MapImage can display external svg, png, jpg or gif files. There are 3 predefined images: circle, rectangle and bubble.

MapLine

Type class

MapLine is a class where lines are defined. If you want the line to be placed on a stage and not moved together with the map, you should set xArray and yArray properties. Otherwise set latArray and longArray properties. In case some property is not defined in this class, MapLine will use LinesSettings class property with the same name.

MapObject

Type class

MapObject is a base class of MapImage, MapLine, MapArea and MapData. In case a property is not set, map object will use value of the same property of AreasSettings/ImagesSettings/LinesSettings.

ObjectList

Type class

Object list displays the list of MapObjects available in DataSet. The list requires a separate div to be created. This list is made using <ul> and <li> tags and can be styled using css.

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

Small map displays a small map with rectangle indicating zoom level and position.

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.