Search found 11 matches
- Mon Jul 16, 2007 11:55 am
- Forum: .NET
- Topic: Zoom and Scroll Problem
- Replies: 2
- Views: 5695
Zoom and Scroll Problem
Hello, I use 3. verision. I have some problems about webchart in my web application. Fisrtly, how can I zoom custom axis? In your examples there are mouseUp , mouseDown, Zoom , UnZoome event but I could not find them in web application. I have to capture mouseDown point and mouseUp point. How can I ...
- Fri Jul 13, 2007 3:39 pm
- Forum: .NET
- Topic: SetCurrentZoom
- Replies: 2
- Views: 5435
- Thu Jul 12, 2007 3:15 pm
- Forum: .NET
- Topic: SetCurrentZoom
- Replies: 2
- Views: 5435
SetCurrentZoom
Hello, What does SetCurrentZoom() function returns exactly? It returns 4 pair of{X,Y} . What do they indicate in chart? I supposed they were coordinates of zoom area and I tried to get values of vertical axis and tried this code WebChart1.Chart.Series[0].YValues[mn] but I could not get what I want. ...
- Tue Jul 10, 2007 2:45 pm
- Forum: .NET
- Topic: Clipping points when using multiple custom axes
- Replies: 11
- Views: 17869
Hello Marc, Your code worked fine. Now I am trying to zoom two series on the same axis. I work with normal axis.Its startpoint is 20 and endpoint is 90. When I zoomed the chart, first serie (line1) which is also the first one I added to chart looked like what is expected but the second serie (line2)...
- Mon Jul 09, 2007 2:13 pm
- Forum: .NET
- Topic: Clipping points when using multiple custom axes
- Replies: 11
- Views: 17869
Thank you for your solution, it worked fine in c#.net but I also need to apply this code in VB ( I am a newbee in VB). I could not find such an event like WebChart1.Chart(0).BeforeDrawValues. This is fine in c# but I could not find an event to place this your code. Could you please help me about thi...
- Sat Jul 07, 2007 8:09 am
- Forum: .NET
- Topic: Clipping points when using multiple custom axes
- Replies: 11
- Views: 17869
Hello, How can I clip points when the scale of a custom or normal axis is changed when I zoom? There is an example in features part Features -> Axes -> Opaque zones but I do not work on windows application. I have to do that in web application and there is no event like MouseUp, MouseDown, Zoomed, U...
- Thu Jun 28, 2007 9:38 am
- Forum: .NET
- Topic: Zoom in on a WebChart using ZoomPercent
- Replies: 10
- Views: 13700
Hi Narcis, I am trying zooming and applied your code but I have encountered a problem.When you try to zoome/unzoome in proper areas in chart there is no problem but once when you try to zoome on the chart that does not contain any part of the graph there is no change in the graph (that is wanted. ) ...
- Mon Jun 25, 2007 8:33 am
- Forum: .NET
- Topic: Problem Showing Chart
- Replies: 4
- Views: 6576
- Mon Jun 25, 2007 6:30 am
- Forum: .NET
- Topic: Problem Showing Chart
- Replies: 4
- Views: 6576
Problem Showing Chart
Hello,
I have some problems viewing the chart on asp pages in c#.net.
I made the connection and get the data with fillsamplevalues() funciton but when I run the page the chart does not show anything and also the chart can not be seen.
If you could help me about this I would be greatful.
I have some problems viewing the chart on asp pages in c#.net.
I made the connection and get the data with fillsamplevalues() funciton but when I run the page the chart does not show anything and also the chart can not be seen.
If you could help me about this I would be greatful.
- Mon May 28, 2007 9:56 am
- Forum: .NET
- Topic: TemChart=File not working Version3.0
- Replies: 3
- Views: 6127
- Fri May 25, 2007 4:57 pm
- Forum: .NET
- Topic: TemChart=File not working Version3.0
- Replies: 3
- Views: 6127
TemChart=File not working Version3.0
Working with version3.0 I realized that if we choose TemChart=File the image file exists but in web page it cannot be displayed due to lacking extension of the image format. In the TeeChartForNet demo page Demosamplepage.aspx the path to image file is:(looking from properties) Address: http://localh...