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?
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...
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
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,...
Hi Narcis, thank you!
Actually I solved the problem in the developer-environment. I locked the the element . But I don't know, if there are consequences.
Best regards,
else
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...
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...
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...
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...
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] =...
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 ?