Flex charting controls lets you create some of the most common chart types, and also lets you customize the appearance of your charts
Questions tagged [flex-charting]
38 questions
0
votes
1 answer
How do you add a click event handler to the vertical axis of a BarChart in FLEX?
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?
If I add the handler to the BarChart itself, it looks as though the event doesn't fire unless you click on the actual chart,…
user256200
0
votes
1 answer
Memory leak in Flex Charts
I have created a UI that displays 3-4 charts in the UI.
I notice the following
As soon as these charts load up the IE memory shoots up to around 400 Mb which is understandable because some of these charts are like tables displaying upto a thousand…

Geek
- 23,089
- 20
- 71
- 85
0
votes
3 answers
Flex Charting Trial
Why is there a watermark on my Flex charting applications saying 'Flex Charting Trial'?

Thirst for Excellence
- 83
- 4
- 16
0
votes
1 answer
Dynamically adding ColumnSeries doesn't work
I created the following code to create different series dynamically:

Fred
- 378
- 1
- 10
- 26
0
votes
1 answer
How can I use filterFunction in ColumnSeries
I have a set of data like the following:
[Bindable]
public var Loc:ArrayCollection = new ArrayCollection([
{date:"2002", close:41.87, loc: "Location 01"},
{date:"2003", close:45.74, loc: "Location 01"},
…

Fred
- 378
- 1
- 10
- 26
0
votes
1 answer
Custom AxisRenderer
I am working with a LineChart with a CategoryAxis for the horizontal axis and I need each category to have a very custom formatted display. Using CategoryAxis.LabelFunction is not powerful enough for my purposes, as it only allows custom formatting…

prismaticorb
- 895
- 1
- 8
- 18
0
votes
1 answer
With a Flex ColumnChart, is there a way to center the datatip over the column
I'm using a Flex ColumnChart with a custom dataTipRenderer. I'm able to apply a nice skin with the dataTipRenderer, but am not sure how to move the datatip to be centered.
Is there a way to have the chart center the data tips over the column…

stevedbrown
- 8,862
- 8
- 43
- 58
0
votes
0 answers
How to draw Color Bands in Flex Chart?
I want to draw a custom background in my flex chart with vertical axis is linear and horizontal axis is category. In background i want to shade the regions according to data given by user.
I tried CartesianDataCanvas and gridlines in chart…

manjs
- 187
- 1
- 16