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

radChart zooming is not working

1 Answer 92 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Victor
Top achievements
Rank 1
Victor asked on 08 May 2012, 10:47 PM
Hi Masters,

I'm setting the zooming via hard code

using the following settings:
.....
            radChartPreview.ClientSettings.EnableZoom = true;
            radChartPreview.ClientSettings.ScrollMode = ChartClientScrollMode.Both;
            radChartPreview.ClientSettings.XScrollOffset = 1;
            radChartPreview.ClientSettings.YScrollOffset = 1; 
......
Plus, all my data is dynamically display (hard coded)
.....
           this.radChartPreview.AddChartSeries(framePreviewStatsMaxTime);
            this.radChartPreview.AddChartSeries(framePreviewStatsAvgTime);
            this.radChartPreview.DataBind();
......

When I test it on FF the image I get in the chart is a static loading image (see attachment) that never disappears.

I need some help in order to fix this problem, so I would appreciate your help, Thanks!

1 Answer, 1 is accepted

Sort by
0
Peshito
Telerik team
answered on 11 May 2012, 09:38 AM
Hello Victor,

I was not able to reproduce your issue. Please find attached a sample example demonstrating similar scenario so you could refer to. If the issue still persists, could you update the example so the issue become reproducible or send us a runnable copy of yours so we could debug it locally and give you an appropriate solution.

Greetings,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
Victor
Top achievements
Rank 1
Answers by
Peshito
Telerik team
Share this question
or