Questions tagged [flex-charting]

Flex charting controls lets you create some of the most common chart types, and also lets you customize the appearance of your charts

38 questions
4
votes
0 answers

Issue with using dual vertical axis in flex charts?

I am plotting two line series on a single LineChart which share the same horizontal axis, but have different vertical axis on the left and right of the chart:
sanre6
  • 797
  • 2
  • 11
  • 28
3
votes
1 answer

Should I use PurePDF or AlivePdf

My company has only two flex pdf libraries available, AlivePDF and PurePDF. I am having trouble finding very good documentation related to what I need to do so I hope to get some feedback from people who have used these libs. The primary thing I…
prismaticorb
  • 895
  • 1
  • 8
  • 18
2
votes
3 answers

Drawing a dashed line across the tops of Flex Column Chart

Please find the below code
Anoop
  • 1,439
  • 5
  • 20
  • 37
2
votes
5 answers

Position of axis labels on a Flex Chart, and how to position things relative to them

I am using an AxisRenderer that is positioned to the right of a BarChart and am looking for a way to position a title for the values in the AxisRenderer above them. How do you find the position of the labels in an axis renderer? It seems like…
stevedbrown
  • 8,862
  • 8
  • 43
  • 58
1
vote
1 answer

How do DataTips work in Flex charting?

DataTips in Flex charting are a poorly documented and little-understood feature. There are three parts: the DataTip, by default a box with text inside the DataTipTarget, by default a bulls-eye circle over the series' point the Callout, the line…
prismaticorb
  • 895
  • 1
  • 8
  • 18
1
vote
2 answers

Legend Colors not being displayed in Flex Mobile Project?

I am a beginner in Flex and have recently started with Flex Mobile Projects using Flash Builder 4.6. This project is for Android. I wanted to add effects in my Pie Chart and made the use of :
Siddhant
  • 1,074
  • 12
  • 22
1
vote
0 answers

Can I customize a BarChart for this purpose?

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 have a need to create a BarChart which acts more like a List component, albeit it should still be a chart. I need…
Naftuli Kay
  • 87,710
  • 93
  • 269
  • 411
1
vote
1 answer

Graph data provider has values but graph is not plotting

In the below code the traced values are correct its there in the chart data provder but the input graph is not plotting.there is no error in this code.Can anyone solve it? function fnctn(evt:Event) { var tp:int = bulb1 + bulb2 + bulb3 +…
1
vote
1 answer

A custom embedded marker for a LegendItem in a flex chart

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 the text is misaligned but if created using the a…
Gizmo490
  • 68
  • 6
1
vote
1 answer

Flex DateTimeAxis: Control over what times get used?

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 and interval, but the default implementation…
Peter V. Mørch
  • 13,830
  • 8
  • 69
  • 103
1
vote
0 answers

flex charts: datetimeaxis scrolling within disabled ranges

What is the best way to implement datetimeaxis scrolling within disabled date ranges in Adobe Flex 3? I use these classes for scrolling: http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/ For chart scroll this library…
user706041
  • 11
  • 1
1
vote
1 answer

Flex Charts: Can you use a minimum/maximum point from an IAxis for Cartesian Data Canvas to draw the entire width of the chart?

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 of background graphics mostly rectangles. When…
Shawn
  • 2,406
  • 1
  • 26
  • 31
1
vote
2 answers

Linechart with labelled plots

I have a line chart with 4 line series with diamond, circle, box and triangle as item renderer for the plots for these 4 line series. Now my requirement is I want to show labels for the plots in the chart. It should be like this : (source:…
Anoop
  • 1,439
  • 5
  • 20
  • 37
1
vote
1 answer

breaking up line chart in flex charting

I am wondering how will i proceed with the following requirement. I need to create a line chart of business data of the last 8 quarters. It is easy, but the requirement is that, there should not be a connection between last year's Q4 and this years…
Anoop
  • 1,439
  • 5
  • 20
  • 37
1
vote
1 answer

Flex Column Chart overlay stacking order

I have a column chart in flex that has quite a few columns, the user can choose to display in column order or overlaid. Depending on the users screen it makes the chart more readable. However, is then any call I can make to have the overlay order…
manjs
  • 187
  • 1
  • 16
1
2 3