Jump to content
Software FX Community

Zoom and .Net rendering.


Larsmoll

Recommended Posts

I have got the PSS and .Net rendering (trust etc.) working fine but one of my users have pointed out that the zoom, that comes with the .Net chart, on a line graph with thousands of points works in a strange way. It works fine the first time he zooms, but if he zooms again it seems like there are no data or the zoom comes up with an unexpected line/data. If he tries to use the scrollbars on the graph, the praph will scroll but there are no line/data.

First I thought it had something with the size of the zoombox when he zooms. In other words, if the size of the graph is 800x600 and the size of the zoombox is 30x 70 the component has to calculate what area to show. But it just doesn't add up.

Here is the tag for the chart element 

<

Chartfx7:Chart ID="Chart1" runat="server" RenderFormat=".Net" UseClientLoader="True"

EmbeddedData="True" ></Chartfx7:Chart>

I have tried many combination of the different parameters but can't make it work.

 

Maybe the zoom is not suppose to work to more than one level or is it something else I am doing wrong?

 TIA

Lars

:-)

 

Link to comment
Share on other sites

Does it only happen with one of your users? Zoom is supposed to work as many times and you do it, and it is working for me. Make sure you are using the latest Service Pack, create a new project with nothing but a chart on it (you can use the same configuration you posted above). Does it work then?

 ---

Andre G

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...