Hi,
What is the method to use to calculate with precision the real values of each point of the rectangle selection zoom (using the values x0,x1,y0,y1 passed in the request) ? The method I want must be compatible with the last version 2.0.2040.1511.
Thanks
Search found 9 matches
- Mon Aug 08, 2005 5:58 am
- Forum: .NET
- Topic: ASPNET Zoom TeeChartNET 2.0.2040.15119
- Replies: 1
- Views: 4228
- Sun Aug 07, 2005 4:49 pm
- Forum: .NET
- Topic: ASPNET Zoom problem with TeeChartNET2.0.2040.15119
- Replies: 1
- Views: 4056
ASPNET Zoom problem with TeeChartNET2.0.2040.15119
Hello,
The zoom with Teechart 2.0.2040.15119 in an asp.net page doesn't work if you place ascx objects above the teechart. Do you have a trick? thanks
The zoom with Teechart 2.0.2040.15119 in an asp.net page doesn't work if you place ascx objects above the teechart. Do you have a trick? thanks
- Wed Jul 27, 2005 5:51 pm
- Forum: .NET
- Topic: WebTeechart.NET V2 Zoom
- Replies: 10
- Views: 14998
Zoom bug
Well, if I take your web example WebAppZoomChart.aspx and i add the C# lines like you say. I've got the same result than before: private void Page_Load(object sender, System.EventArgs e) { // // Put user code to initialize the page here // WebChart1.Chart[0].FillSampleValues(10); // WebChart2.Chart[...
- Tue Jul 26, 2005 6:09 am
- Forum: .NET
- Topic: WebTeechart.NET V2 Zoom
- Replies: 10
- Views: 14998
- Fri Jul 22, 2005 4:43 pm
- Forum: .NET
- Topic: WebTeechart.NET V2 Zoom
- Replies: 10
- Views: 14998
zoom problem
Hi, well I tested the debug version 2.0.2027.21317 and the problem with zoom is always the same. At the first zoom, there is no stress. From the 2nd zoom, the zoomed part does not correspond any more to the selected rectangle. The problem is not with Y values but with X values I think. In The code b...
- Thu Jul 21, 2005 10:59 am
- Forum: .NET
- Topic: WebTeechart.NET V2 Zoom
- Replies: 10
- Views: 14998
Update date
Hi,
thanks to reply me. I need the zoom function in the web project for my client. Could you tell me when a correction for this bug will be released? Is the beta version of 21st July. 2005 patchs this problem?
Thanks
thanks to reply me. I need the zoom function in the web project for my client. Could you tell me when a correction for this bug will be released? Is the beta version of 21st July. 2005 patchs this problem?
Thanks
- Tue Jul 12, 2005 5:24 pm
- Forum: .NET
- Topic: WebTeechart.NET V2 Horizontal Axe
- Replies: 1
- Views: 4295
WebTeechart.NET V2 Horizontal Axe
Hi, I fix the min and max values of the horizontal axe with this: WebChart.Chart.Axes.Left.Automatic=false; WebChart.Chart.Axes.Left.Minimum=new DateTime(2004,10,5,1,0,0); WebChart.Chart.Axes.Left.Maximum=new DateTime(2004,10,7,23,0,0); You can see the result here: http:\\www.oknodata.com\graphe.jpg...
- Mon Jul 11, 2005 4:40 pm
- Forum: .NET
- Topic: WebTeechart.NET V2 Zoom
- Replies: 10
- Views: 14998
WebTeechart.NET V2 Zoom
Hi, I must develop an asp.net application where it's possible to zoom on scientific line charts. It's a demand of my business client. I experienced problems of precision with zoom function. If I zoom once on a small part of the chart, I've got generally a zoom of the part that I selected. If I a re-...
- Sun Jul 10, 2005 4:22 pm
- Forum: .NET
- Topic: Width of the teechart asp.net control
- Replies: 1
- Views: 5209
Width of the teechart asp.net control
Hi, I would like to put the webteechart.net V2 component on 100% width of my webform. I readed the help of the teechart's width property that says that you can set a width in percent. The problem is that when i set 100% in the with propert, the chart takes 100px and not 100%. Here, you can find some...