Hi all,

I have to show horizontal color bands(all different and at least 5-6
horizontal bands) in the background of a line chart. I have searched
for it in the forum but didn't find anything on this. I found
something to set the alternate(2) back ground color like as followed
but not anything to set more than two colors. Please help on this.

<mx:backgroundElements>
                  <mx:GridLines  >
                      <mx:horizontalFill>
                          <mx:SolidColor color="haloBlue" alpha="0.2" /
>
                      </mx:horizontalFill>
                      <mx:horizontalAlternateFill>
                          <mx:SolidColor color="haloSilver"
alpha="0.2" />
                      </mx:horizontalAlternateFill>
                      <mx:verticalFill>
                          <mx:SolidColor color="haloBlue" alpha="0.2" /
>
                      </mx:verticalFill>
                      <mx:verticalAlternateFill>
                          <mx:SolidColor color="haloSilver"
alpha="0.2" />
                      </mx:verticalAlternateFill>
                  </mx:GridLines>
              </mx:backgroundElements>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to