GaugeAxis
class Creates an axis for AmAngularGauge charts, multiple can be assigned.
class Creates an axis for AmAngularGauge charts, multiple can be assigned.
class Creates a band for a specified value range on the GaugeAxis. Multiple bands can be assigned to a single GaugeAxis.
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.
class Creates a horizontal/vertical guideline-/area for AmSerialChart, AmXYChart and AmRadarChart charts, automatically adapts it’s settings from the axes if none has been specified.
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 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 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.
class Creates a title on above the chart, multiple can be assigned.
class Creates a trendline for AmSerialChart and AmXYChart charts which indicates the trend of your data or covers some different purposes. Multiple can be assigned.