setting graphic properties on charts, components

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default setting graphic properties on charts, components

    I have trouble setting graphic properties of components, particularly
    charts, beyond those in [url]http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html[/url]
    I would like to
    show/hide the axis labels on charts
    change the fontsize on charts by script
    change the background color of charts by script
    make thinner borders on a Panel

    Is there a source for this kind of information? in the the Flex doc,
    you quickly get lost in strings of references to Strokes and
    LineStrokes and such...
    vila@systar.fr Guest

  2. Similar Questions and Discussions

    1. Distorted Graphic Components When Printing PDF Files
      I am having the same problem and it is not attributable to the printer driver for my HP DeskJet 5550. - Word document prints fine. - PDF document...
    2. Object properties in MXML custom components
      I want to be able to do the following: <myNS:Server id="myServer" host="www.foo.com" port="80" .../> <myNS:Request id="requestData"...
    3. Serializing Object Properties: Web Controls vs. Components
      I know there's a simple way to do this, but I can't find it. A pointer to the answer I can't find will be great: I'm re-learning how to handle...
    4. Inspectable properties for Extended Components
      I am trying to create some V2 standard components by extending TextInput, Combobox and UIComponent. Are the inspectable properties expected to be...
    5. Setting Properties Dynamically?
      Ok, I have an action script that dynamically creates multiple buttons, using the duplicate movie action. Within each object is a dynamic text layer...
  3. #2

    Default Re: setting graphic properties on charts, components

    A good website to have a lot of examples for all components (or almost
    all ;)) : [url]http://blog.flexexamples.com[/url]
    I've found almost everything I was looking for about charts
    customisation.

    Have Fun!

    Regards,
    --------------
    Jean-Christophe TURIN
    jcturin@gmail.com 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