Ask a Question related to Macromedia Director Lingo, Design and Development.
-
MacroSteve webforumsuser@macromedia.com #1
dynamic bar charts
Hi,
Does anyone know of any good tutorials/demos for a dynamic bar chart? I've looked everywhere, I found plenty of pie charts but no bar charts. What I want to do is more compicated than just adjusting the height of some sprites. I need to adjust the axis contents depending on the data input and it needs to be capable of displaying positive and negative values on the same graph (like Excel graphs can do).
Thanks
Steve
MacroSteve webforumsuser@macromedia.com Guest
-
CF MX 7 and the charts?
We are planing on upgrading from version 6.1 to MX 7. I have read that the chart functions were overworked completely. We have some reports running... -
Charts Under SSL
I run an application with lots of charts. The application runs under SSL. The problem is that some browsers (IE on XP especially) display the... -
3 d pie charts
Does illustrator do 3-d pie charts. If so how? -
Need help with charts
I am trying to do a chart in Illustrator 8 but when I enter all the information I get a random bar first that goes up to 5000 even thought the... -
Using Charts.
right click the chart and select edit chart to enter the data you want. "Lee" <lee@nospam.com> wrote in message... -
JB #2
Re: dynamic bar charts
Sounds like it a special enough application to require you to custom
code it, you may want to study up on puppet sprites or imageing lingo.
If the graph will have a know max qnantity of elements (bars and labels)
you can probably implement it all with puppet sprite tool window rects
and text members.
If there can be an unknown variable number of elements, it might be best
to implement using imaging lingo, to overlay bitmap text you can get the
image of a text member, and copy it onto composition.
You can also modify a vetor member'e vertexList on the fly, the fill
effects in vector graphocs can be useful. one can also get the image of
a vector member if composition in text with imageing lingo is needed.
JB Guest



Reply With Quote

