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
1
vote
1 answer

ColumnChart: how to get rid of shadow behind columns?

I have few questions about ColumnChart please (screenshot and code below): How to get rid of the shadow drawn behind each column? I've tried adding but it hasn't helped How to get rid of the padding between columns, so that they…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1
vote
3 answers

Aligning Multiple Charts in Flex Charting

I have multiple line charts in Flex Charting (3.x). The charts (and number of charts) are being dynamically generated, and are either of "type A" or "type B." The type of data on the Y-axis is different for type A then it is for type B. The…
Michael
0
votes
1 answer

Bug/Error in the Adobe Flex SDK 4.5 when removing series from Cartesian Charts

I have a problem with the cartesian charts in the Adobe Flex SDK 4.5 and 4.5.1. Perhaps it's a bug, because it's not in the SDK 4.0, 4.1 and 4.6. Or it's just a problem of my code. I made a little example project to range over series data in a…
David
  • 177
  • 2
  • 11
0
votes
2 answers

Flex PlotChart zoom error in findDataPoints()

I came across this great tutorial on how to zoom into a chart by drawing a rectangle in a LineChart to zoom into it (http://blog.ninjacaptain.com/2010/03/flex-chart-zoom-window/) but i'm trying to apply it to a PlotChart instead and i'm having…
Shao
  • 41
  • 4
0
votes
1 answer

How can we create a Radial Pie chart?

How can we create a Radial-Pie-Chart in Flex? Basically i am trying to create a stacked pie chart. What should i do to achieve this? Can we show stacked column chart in a pie? Thanks
Gannesh
  • 183
  • 12
0
votes
1 answer

Charting a count of records returned

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 access a rails controller which is returning an XML list of the…
user841747
0
votes
1 answer

How to get charts data on click of respective data lenged

what should i do to get chart's data on the click of respective data Legend. suppose i have array [{id:123, label:sales, year:2010},{id:124, label:refunds, year:2010}] for a column chart which has year in x-axis and sales iny-axis. two legend…
0
votes
1 answer

Flex Chart, columnWidthRatio not working on LinearAxis of ColumnChart

Columns of columnChart are showing too narrow if i am using the LinearAxis, even tried columnWidthRatio = 0.95 for category axis, this is fine Could anyone tell me what i am doing wrong here? I just want to increse the width of column on this…
Lalit
  • 4,897
  • 7
  • 32
  • 36
0
votes
2 answers

BarChart - Vertically Center Labels

This task doesn't seem too tough, but it has been blocking me for the last couple hours. I am doing a stacked bar chart, and I want the labels to be horizontally and vertically centered within each Bar Segment. The labels are set to be "inside". …
mbseid
  • 1,044
  • 10
  • 18
0
votes
1 answer

Set dataTipRenderer on a series-basis for Flex charts?

I have a Flex LineChart which contains three series: two LineSeries one ColumnSet Has anyone seen or heard of a way to set the dataTipRenderer on a per-series basis? You can only override it for the entire chart and I would prefer to not have to…
sean
  • 2,560
  • 3
  • 18
  • 21
0
votes
1 answer

Flex Date and Time Stock Chart (HOLC) - Need Help

I am trying to show BOTH the date and the time in Flex 3.5 Stock HOLC (high, open, low, close) Chart. This data shows up but not in the correct format... Problems: 1. The time are out of whack.. they do not line up with proper time.. (is it…
CraigJSte
  • 912
  • 6
  • 17
  • 33
0
votes
1 answer

Reduce padding between axis labels and tick markers on Flex charts

I have a mx.charts.LineChart in Flex and I would like to know how to reduce the padding between the value labels and the tick markers? I've highlighted the region I mean with yellow boxes in the image below. I'd like the labels to be as close as…
JamieB
  • 1,722
  • 18
  • 21
0
votes
1 answer

Flex chart axis title blinking on resize

I am having a chart with titles for horizontal and vertical axis. the verticalAxisTitleAlignment property of the vertical axis renderer is set to vertical. The application is a portal sort of thing and this chart is placed inside a small window. on…
Anoop
  • 1,439
  • 5
  • 20
  • 37
0
votes
2 answers

Getting fill color inside the itemrenderer in Adobe Flex

I am writing a custom item renderer to render a column series in my application. Its a stacked chart and i want to use the same item renderer for both the column series. The color for each series in the stack is different and am setting that in the…
Anoop
  • 1,439
  • 5
  • 20
  • 37
0
votes
1 answer

Moving more than one divider at a time in HDividedBox

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:
illvm
  • 1,336
  • 13
  • 28