StockEventsSettings
class StockEventsSettings set’s settings for all StockEvents.
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.
class StockEventsSettings set’s settings for all StockEvents.
class StockGraph displays graphs on StockPanel.
class StockLegend is a legend of StockPanel.
class StockPanel class creates stock panels (charts). AmStockChart can have multiple Stock panels.
class Trend lines are straight lines indicating trends, might also be used for some different purposes. Can be used by Serial and XY charts. To add/remove trend line, use chart.addTrendLine(trendLine)/chart.removeTrendLine(trendLine) methods or simply pass array of trend lines: chart.trendLines = [trendLine1, trendLine2] Example:
class ValueAxesSettings settings set’s settings for all ValueAxes. 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 ValueAxis class will be used.
class ValueAxis is the class which displays value axis for the chart. The chart can have any number of value axes. For Serial chart one value axis is created automatically. For XY Chart two value axes (horizontal and vertical) are created automatically.
class This class displays a color range used by areas (in case you set values for your areas).
class Zoom control displays zoom and pan controls on the map.