This is a migrated thread and some comments may be shown as answers.

Loading icon / image stays after chart loads

3 Answers 50 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Web team
Top achievements
Rank 1
Web team asked on 06 May 2011, 02:35 AM
Hi,

I'm having a problem with RadCharts. When I try to display a chart with around 50 rows of data, the loading image stays in the middle of the chart even if the chart is already completed loading as shown in the attached image.

Anyone? thanks.

3 Answers, 1 is accepted

Sort by
0
Web team
Top achievements
Rank 1
answered on 09 May 2011, 07:47 AM
anyone please?
0
Accepted
Abraham
Top achievements
Rank 1
answered on 09 May 2011, 09:01 PM
Arnold,

I had this same issue, a workaround I discovered was to set the MainColor and the SecondColor of the PlotArea in the front end of your page. For example:

<PlotArea>
     <Appearance>
          <FillStyle MainColor="White" SecondColor="White"></FillStyle>
     </Appearance>
</PlotArea>


I'm not sure why this works, maybe it just covers up the issue.
0
Web team
Top achievements
Rank 1
answered on 10 May 2011, 02:55 AM
Thanks a lot. This works!
Tags
Chart (Obsolete)
Asked by
Web team
Top achievements
Rank 1
Answers by
Web team
Top achievements
Rank 1
Abraham
Top achievements
Rank 1
Share this question
or