Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Solerous #1
Plot Chart data not displaying
I am pulling in data for drwaing on a chart. My data formerly displayed
properly, but when the data set changed, it no longer displays properly. I can
see the data in a dataGrid so I know its there:
<mx:DataGrid dataProvider="{axis2.data}" width="400">
<mx:columns>
<mx:DataGridColumn dataField="point1" width="300" />
<mx:DataGridColumn dataField="point2" />
</mx:columns>
</mx:DataGrid>
axis2.data is an ArrayCollection
point1 is a Date
point2 is a Number
But with charts, the display gets flaky. I can get it to show up in an Line
chart, but not in a Plot chart. I'm wondering if it is failing to see the Date
object. But then why does it work in the Line chart? What in the data would
cause the entire chart to choke?
Solerous Guest
-
Programmatically displaying a DataTip on a chart
Heh i'm scanning the forums for the same problem. I hope someone can help -
Chart Hit Data
I've got an issue with a chart control which is positioned far right on the screen of a dashboard. When hovering over a column data series, the... -
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... -
problem with Plot vs Line chart.
Hi i got one problem in charts! We are drawing line charts in out application. I am ok with that. But the problem is we are caliculating one result... -
components for dynamically displaying data chart or graph in ASP
Hello, I tried to find some components I can use to dynamically generate chart or graph from database in ASP. It seems to me that only some...



Reply With Quote

