Image
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.
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.
class Creates a label on the chart which can be placed anywhere, multiple can be assigned.
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.
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.
class PeriodSelector displays date input fields and predefined period buttons.
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.
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.
class StockEventsSettings set’s settings for all StockEvents.
class StockGraph displays graphs on StockPanel.
class StockLegend is a legend of StockPanel.