Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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. 3 d pie charts
      Does illustrator do 3-d pie charts. If so how?
    4. 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...
    5. Using Charts.
      right click the chart and select edit chart to enter the data you want. "Lee" <lee@nospam.com> wrote in message...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139