I\'m kind of new to using charts in Flex, so you\'ll have to forgive me if I\'m asking something for which there\'s an obvious answer.
I am trying to create some charts in Flex/FlashBuilder 4.5 The issue I have it that the information I wish to display is the number of events within an area. I am using HTTP service to acce开发者_JAV
I\'ve been working with the flex charting component and I want to embed a custom icon for the marker in the legend. I\'ve run into some strange behaviour where if set directly the icon is mirrored and
We get minimum and maximum times from an external source when asked to display a flex graph, and so we use a DateTimeAxis to display the time (x) axis. Because of this, we can\'t hard-code labelUnits
Columns of columnChart are showing too narrow if i am using the LinearAxis, even tried columnWidthRatio = 0.95
I have a chart with a DateTime axis as my horizontal and a Linear Axis for my vertical inside a Adobe Flex Line Chart.I want to use a Cartesian Data Canvas as a background element and draw custom set
I am having a chart with titles for horizontal and vertical axis. the verticalAxisTitleAlignment property of the vertical axis renderer is开发者_C百科 set to vertical. The application is a portal sort
I\'m trying to have a minimap display with a draggable viewport below a chart. I essentially have this to control the viewport of the chart:
Please find the below code <?xml version=\"1.0\" encoding=\"utf-8\"?> <mx:Application xmlns:mx=\"http://www.adobe.com/2006/mxml\" layout=\"absolute\">
Does anyone know if it is possible to add a click event handler to the vertical axis (or any axis) of a barchart in flex?