Home
Flex
Chart
Components
Container
Data Model
Development
Effects
Event
Graphics
Grid
Style
Menu
Column Chart Data « Chart « Flex
Flex
Chart
Column Chart Data
1.
Using ArrayCollection Of Verbose MXML Objects for ColumnChart
2.
creates data labels for each of the columns in the ColumnChart control:
3.
Set the value of a ColumnChart control's dataTipMode property to multiple:
4.
Use these methods to cycle through the data points in a ColumnChart control.
5.
Add a CartesianDataCanvas as an annotation element to the ColumnChart control.
6.
Use the addDataChild() method to add children to the data canvas. It adds labels to each of the columns that you select in the ColumnChart control.
7.
Define a data provider on the chart control
8.
Compare yField in data provider when it fills each chart item
9.
Data Tip Function for chart