Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Solerous #1
flex chart data change events
I need to capture an event for when the data is updated in a chart. I take a
snapshot of the chart and save it to a file. But when I do it via a custom
event which I fire myself, it fires the event and takes the screenshot before
the update and so just snapshots the previous state of the chart. And if I use
FlexEvent.UPDATE_COMPLETE, it doesn't register a change since what I am doing
is adding data to the array which is the dataProvider for the chart.
I can't put an update event listener to the array itself since the array does
not have any way to reference back to it's chart.
Any help would be greatly appreciated!
Solerous Guest
-
CF and Flex Unexpected data type change
My apologies in advance for a long post. I have a Flex application that talks to either a SQL Server or Oracle database through ColdFusion. One... -
On change of chart data linear axis title producingerror
I have a Column chart and a Line chart shown in different sections. Each section has a next/privious link that when clicked refreshes the data and... -
Refreshing chart data doesnt update chart
I must be missing something simple here. I have a column chart that is using an array for its dataprovider. However, when I update the underlying... -
Flex Bar Chart data is not visible with more number ofdata sets
Hi, I am trying with Flex Bar chart and Column chart. The aim is to display the bar/column chart with data retrieved from the databse. If the... -
Changing data provider in a chart in flex 1.5
Hi, I am trying to update a chart in my flex page dynamically by changing the data provider of the chart to use the results of a webservice that...



Reply With Quote

