Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 217065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:37:22+00:00 2026-05-11T18:37:22+00:00

alt text http://www.mattdell.com/hostedfiles/flexchartissue.bmp I am having an issue where the chart labels on my

  • 0

alt text http://www.mattdell.com/hostedfiles/flexchartissue.bmp

I am having an issue where the chart labels on my Flex Pie Chart don’t go away when the data is refreshed. In the picture above, the left/before chart is how the chart loads by default. By choosing another item from a drop down, the chart changes to the right/after chart, but the “At Risk” label does not go away. The same goes for another selection where “In Work” does no go away.

Has anyone else had this happen to them? I can’t find ANY information on this!

Thanks!

-Matt

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T18:37:22+00:00Added an answer on May 11, 2026 at 6:37 pm

    I ran into this problem and it took me a while to figure out a workaround for this bug.

    To fix this, I set the PieChart series when the dataProvider’s underlying Collection is set and anytime that Collection changes:

    <?xml version="1.0" encoding="utf-8"?>
    <mx:PieChart xmlns:mx="http://www.adobe.com/2006/mxml"
        dataProvider="{dataForPieChart}">
        <mx:Script>
            <![CDATA[
                import mx.events.CollectionEvent;
                import mx.collections.ArrayCollection;
                import mx.charts.series.PieSeries;
    
                [Bindable]
                private var _dataForPieChart:ArrayCollection;
    
                public function set dataForPieChart(value:ArrayCollection):void
                {
                    _dataForPieChart = value;
    
                    /* Add a Collection Change Event Listener to the Collection. */
                    _dataForPieChart.addEventListener(
                        CollectionEvent.COLLECTION_CHANGE, 
                        dataForPieChart_collectionChangeHandler);
    
                    reloadPieSeries();
                }
    
                public function get dataForPieChart():ArrayCollection
                {
                    return _dataForPieChart;
                }
    
                private function dataForPieChart_collectionChangeHandler(
                    event:CollectionEvent):void
                {
                    reloadPieSeries();
                }
    
                private function reloadPieSeries():void
                {
                    series = new PieSeries();
    
                    series.field = "myValue";
    
                    series.labelPosition = "callout";
                }
            ]]>
        </mx:Script>
    </mx:PieChart>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

alt text http://www.ashcraftband.com/myspace/videodnd/board2.jpg How do I finish arguments to control an external swf? A
alt text http://www.imagechicken.com/uploads/tn1270646423002339600.png I want to draw like that. How do I draw like
Have a look at this picture alt text http://www.abbeylegal.com/downloads/2009-04-01/web%20part%20top%20line.jpg Does anyone know what css
I have a table in SQL Server 2005. alt text http://www.techpint.com/sites/default/files/images/table.JPG I want to
The current content of this google docs page is: alt text http://www.deviantsart.com/upload/i9k01q.png However, when
alt text http://www.ashcraftband.com/myspace/videodnd/board1.jpg MY MOVIE WORKS, BUT I'M NOT SURE WHAT I BROKE. 1009
alt text http://www.ashcraftband.com/myspace/videodnd/board1.jpg I need more examples animating external files. My ball in the
Please have a look at this screenshot alt text http://www.maclife.com/files/u18/Yep3-big.jpg I think these are
I've got two tables that look like this: alt text http://www.brettrobichaud.com/images/linq.png I'm trying to
for example I have a binaryzation image like this alt text http://www.iebayer.com/forum/attachments/month_1001/100127142364234cbfc9c9c793.jpg I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.