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.

ChartScrollbarSettings

Type class

ChartScrollbarSettings settings set’s settings for chart scrollbar. 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 ChartScrollbar class will be used.

DataSet

Type class

DataSet is objects which holds all information about data.

DataSetSelector

Type class

DataSetSelector is a tool for selecting data set’s as main and for comparing with main data set.

GraphDataItem

Type class

GraphDataItem holds all the information about the graph’s data item. When working with a chart, you do not create GraphDataItem objects or change it’s properties directly. GraphDataItem is passed to you by events when user interacts with data item on the chart. The list of properties below will help you to extract data item’s value/coordinate/etc.

Guide

Type class

Guides are straight vertical or horizontal lines or areas supported by AmSerialChart, AmXYChart and AmRadarChart. You can have guides both on value and category axes. To add/remove a guide to an axis, use axis.addGuide(guide)/axis.removeGuide(guide) methods.

ImagesSettings

Type class

ImagesSettings is a class which holds common settings of all MapImage objects.

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.

LinesSettings

Type class

LinesSettings is a class which holds common settings of all MapLine Objects.

MapArea

Type class

MapArea is a class where properties of areas in the SVG map are defined. In case some property is not defined in this class, MapArea will use AreasSettings class property with the same name.

MapData

Type class

MapData is a class which holds all the data – arrays of images, areas and lines.