Search found 17 matches

by else
Tue Sep 13, 2005 7:37 am
Forum: .NET
Topic: Zoom don't "freeze" after a simple !IsPostBack
Replies: 2
Views: 5766

Hi Steema-team!

Thank you for the useful advice! Now it's perfect! :D

Best regards,
else
by else
Mon Sep 12, 2005 8:04 am
Forum: .NET
Topic: Zoom don't "freeze" after a simple !IsPostBack
Replies: 2
Views: 5766

Zoom don't "freeze" after a simple !IsPostBack

Hi Steema-team!
I have added a zoom-tool to my WebChart and it works very good. But if I had zoomed in the chart, and click a button (!IsPostBack) the chart is going on zooming in! Is it possible to stopp this and to keep the zoomed chart?

Best regards!

else
by else
Mon Aug 22, 2005 8:25 am
Forum: .NET
Topic: Events on WebCharts don't work
Replies: 12
Views: 15916

Hi Steema-team!

Thank you for the friendly support! It works fine :D !

Best regards,
else
by else
Fri Jul 22, 2005 10:38 am
Forum: .NET
Topic: New problems occured by zooming!!
Replies: 5
Views: 8262

Hi Narcis,

Thank you for helping me! It works fine :D !

Best Regards,

else
by else
Thu Jul 21, 2005 9:25 am
Forum: .NET
Topic: Events on WebCharts don't work
Replies: 12
Views: 15916

Hi Narcis, I recognized another problem :oops: . I tested the new interim build and the charts stayed at their position although they are unlocked :wink: . On our websites, we have to scroll down to have a full view on the WebCharts. If I want to zoom before scrolling, the rectangle is situated ON t...
by else
Wed Jul 20, 2005 1:33 pm
Forum: .NET
Topic: New problems occured by zooming!!
Replies: 5
Views: 8262

Hi Narcis,
I'm not able to send you the test-project. There appear the error-message, that no sender exists! :(
by else
Tue Jul 19, 2005 11:56 am
Forum: .NET
Topic: Events on WebCharts don't work
Replies: 12
Views: 15916

Ok, it's not THE SOLUTION, because the zoom-rectangle still stays at the position, where the WebChart appeares, if it's not locked.... :? !
Chart-zooming is only possible, if you can catch a piece of your chart with the rectangle...
Best regards,
else
by else
Tue Jul 19, 2005 11:41 am
Forum: .NET
Topic: New problems occured by zooming!!
Replies: 5
Views: 8262

New problems occured by zooming!!

Hi Narcis! A webform with a TeeChart (Web) is called by another webform with the function "Server.Tranfer". When the user want to zoom on the chart, the previous webform is shown. Maybe the reason is, that the URL of the first page is still written in the adressbar. Do you know this problem? I know,...
by else
Mon Jul 18, 2005 6:54 am
Forum: .NET
Topic: Events on WebCharts don't work
Replies: 12
Views: 15916

Hi Narcis, thank you!
Actually I solved the problem in the developer-environment. I locked the the element :idea: . But I don't know, if there are consequences.
Best regards,
else
by else
Wed Jul 13, 2005 8:28 am
Forum: .NET
Topic: Events on WebCharts don't work
Replies: 12
Views: 15916

Hi Narcis! Sorry, I did not recognize, that there's a newer version of TeeCharts. Since I have the V2, the zoom works! But now, I have the problem, that there are several of this Charts on my site and when the programm is running they are lying upon each other. In the developers-environment I give t...
by else
Thu Jun 30, 2005 9:24 am
Forum: .NET
Topic: Events on WebCharts don't work
Replies: 12
Views: 15916

Hi Narcis! Now I use the same Click-Background-event for my two webcharts and although the event is firered, the function which is called, is not correctly achieved. In this function I initialisize the series of the two charts and fill them with values. If I click on webchart1, only this clicked cha...
by else
Wed Jun 29, 2005 12:36 pm
Forum: .NET
Topic: Events on WebCharts don't work
Replies: 12
Views: 15916

Events on WebCharts don't work

Hello! I wrote a test-project, to test the events on a webchart, because I want to zoom on this chart. At the first time non of the events, except the Click-Background-event, was firered. One day later, I tested it again, all the events worked although there were NO changes on the code. Also the fun...
by else
Mon Sep 27, 2004 1:40 pm
Forum: .NET
Topic: Change Axes Label text at runtime
Replies: 5
Views: 10340

Hi, thanks, but it's already not running. I work with lines in my chart. the yValue in the whole line the same, only the xValue changes. The xAxis is in DateTimeFormat. And if there are more lines, I want to name them by a label. I try it as you told me. Now the yAxis is okay (the names are shown) b...
by else
Mon Sep 27, 2004 11:03 am
Forum: .NET
Topic: Change Axes Label text at runtime
Replies: 5
Views: 10340

Hi Pep, it doesn't work. I want the labels in the chart like the labels in chart "Gantt Series" in the TeeChart Gallery. The names of machines which data are shown in the chart should shown on the left axis. Thanks, Else Hi Else, you can enter the labels using : WebChart1.Chart.Series[0].Labels[0] =...
by else
Fri Sep 24, 2004 11:43 am
Forum: .NET
Topic: Chart isn't shown (ASP.NET)
Replies: 2
Views: 5772

Hi Pep,

the examples work fine.
But now I can also show the charts in my application. I didn't know that it is necessary to have a webform called "GetChart.aspx". But now I know.

Else


Pep wrote:Hi Else,

do the examples included in the TeeChart for Net installation work fine for you ?