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

Scroll- Zoom problem

1 Answer 30 Views
Chart
This is a migrated thread and some comments may be shown as answers.
ONUR
Top achievements
Rank 1
ONUR asked on 11 Apr 2012, 12:49 PM
hi, add code 

<charting:ChartDefaultView.ChartArea>
                            <charting:ChartArea x:Name="chartArea"
 Padding="5,10,20,5" LabelFormatBehavior="None" LegendName="PrimaryLegend">
                                <charting:ChartArea.ZoomScrollSettingsX>
                                    <charting:ZoomScrollSettings ScrollMode="ScrollAndZoom" MinZoomRange="0.005"/>
                                </charting:ChartArea.ZoomScrollSettingsX>
 
                                <charting:ChartArea.AxisY>
                                    <charting:AxisY AutoRange="True"  />
                                </charting:ChartArea.AxisY>
                                <charting:ChartArea.DataSeries>
                                 
                                </charting:ChartArea.DataSeries>
                            </charting:ChartArea>
                        </charting:ChartDefaultView.ChartArea>
The first image before the Gears. The screen goes blank, but came after zoom ...
please help

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 16 Apr 2012, 07:40 AM
Hello Onur,

I reviewed your code and I see nothing wrong in it. 

If I understand correctly, when you zoom in - the chart displays "No Data Series". This can happen if you have zoomed to much and there are no data points in the zoomed range. I suggest you increase the MinZoomRange and see if that will solve the problem.

If this does not work, you can send us a simple project that demonstrates the issue so that we can test it and look for solutions.

All the best,
Petar Marchev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Chart
Asked by
ONUR
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or