Jump to content
Software FX Community

Error: Zoom in/out doesn't work properly


Johnny S.

Recommended Posts

 Hello!

I got a problem with thezoom in/out function implemented by myself. In my application, sometimes it is necessaryto display a chart with something about 2400 data points or more. The standardwindow size of my chart is something about 411 x 195. When I want to zoom tensteps in the chart the first step works but the second, third not any more (mychart shows me the same view like in the first step). The fourth step worksagain till step nine. I read the max/min parameters byChart.AxisX.GetScrollView method so I got the same parameters like in the firststep. I tried it with the method Chart.AxisX.SetScrollView(min,max) andTemperatureChart.AxisX.Zoom(min,max) but the effect was the same. I also checkedthe provided min/max values but they were valid for every step. I'm wonderingwhy it happen because it works perfectly if the chart window with size (or thewhole chart) is bigger or the data points a fewer. By the way I'm using thelatest version of Chart FX (7.0.3754.18555) ,VS2008 and Windows7 64 bit.

It is possible that this ischart fx bug? I

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...