The mx.charts.chartClasses package contains the base classes for the Flex charting components.
| Interface | Description | |
|---|---|---|
| IAxis | The IAxis class is an abstract interface for defining label, tick mark, and data positioning properties for a chart axis. | |
| IAxisRenderer | The IAxis class is an abstract interface for defining label, tick mark, and data positioning properties for a chart axis. | |
| IBar | The IBar interface is implemented by any any series that can be clustered vertically, such as a BarSeries. | |
| IChartElement | IChartElement defines the base set of properties and methods required by a UIComponent to be representable in the data space of a chart. | |
| IColumn | ChartElements that can be clustered along the vertical axis should implement this interface. | |
| IStackable | The IStackable interface is implemented by any series that can be stacked. |
| Class | Description | |
|---|---|---|
| AxisBase | The AxisBase class serves as a base class for the various axis types supported in Flex. | |
| AxisLabelSet | An AxisLAbelSet represents the label and tick data generated by an implementation of IAxis. | |
| BoundedValue | A bounded value is used to represent a datapoint that a chart element intends to render on screen. | |
| CartesianChart | The CartesianChart class is a base class for the common chart types. | |
| CartesianTransform | The CartesianTransform object represents a set of axes sed to map data values to x/y Cartesian screen coordinates and vice versa. | |
| ChartBase | The ChartBase class is the link between the Flex component architecture and the DualStyleObject architecture. | |
| ChartElement | The ChartElement class is the base class for visual chart elements. | |
| ChartLabel | Draws data labels on chart controls. | |
| ChartState | Describes the current state of a chart. | |
| DataDescription | The DataDescription structure is used by ChartElements to describe the characteristics of the data they represent to Axis objects that auto-generate values from the data represented in the chart. | |
| DataTip | The DataTip control provides information about a data point to chart users. | |
| DataTransform | The DataTransform object represents a portion of a chart that contains glyphs and can transform values to screen coordinates and vice versa. | |
| DualStyleObject | The DualStyleObject class serves as a base class for components that have a need to assign class selectors outside of the client developer's control. | |
| HLOCSeriesBase | HLOCSeriesBase is the base class for the two financial series types, HLOCSeries and CandlestickSeries. | |
| InstanceCache | InstanceCache is a utilty that governs the task of creating and managing a set of n object instances, where n changes frequently. | |
| LegendData | The LegendData structure is used by charts to describe the items that should be displayed in an auto-generated legend. | |
| NumericAxis | The NumericAxis class acts as a common base class for axis types representing a continuous range of values between a defined minimum and maximum. | |
| PolarChart | The PolarChart control serves as base class for circular charts based in polar coordinates. | |
| PolarTransform | The PolarTransform object represents a set of axes used to map data values to angle/distance polar coordinates and vice versa. | |
| RenderData | RenderData structures are used by chart elements to store all of the relevant values and data needed to fully render the chart. | |
| Series | The Series class is the base class for the classes that let you specify a data series for a chart control. | |
| StackedSeries | Stacked Series serves as the common base class for all of the stacking set series (BarSet, ColumnSet, and AreaSet). |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/mx/charts/chartClasses/package-detail.html