Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Bill Paetzke #1
Display chart line and data points at y=0 on top of axisline--not under it
Does anyone know how to do this?
I have a simple AreaChart with several data points, some of the y values are
zero. Flex extends the y-axis to -0.25 by default in this scenario; in effect,
a double line is created--one at y=0 (lowest AreaChart data) and one at y=-0.25
(the y-axis minimum).
If I force the y-axis minimum to be zero in this case, only one line renders;
however, the line that renders is the axis line--not the chart line. The chart
line is rendered under the axis and only the top half of the data point shows.
Google has figured it out with their Analytics product, so I know it can be
done. Their y=0 points and lines both render on top of the x-axis. I'm just not
sure how.
I tried messing around with the chart's BlendMode property, in order to layer
the chart on top of the axis line; however, I couldn't get it to work. I don't
know if that's the property to modify.
Any help is appreciated. Thank you.
Bill Paetzke Guest
-
stacked Bar chart/Line chart hybrid- Charting
Hi all, I have a requirement to have a stacked bar graph, with a line graph on the same chart. Has anyone here done this before? Apparently there... -
How to convert from line chart data to CSV format
Hi , I am using Flex 3 and AS. I am getting data from MS SQL and display the data as line chart this is ok. But i want to convert this line chart... -
display data points but not data tips
does anyone know how to display the data point, but not the data tip? i just want to display the circular node that shows where the data point is,... -
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... -
DRKv5 3D Line Chart line width, rendering problems
I am using the DevNet Resource Kit Version 5 3D Charting components. The line chart component has a minimum line width parameter, but the minimum...



Reply With Quote

