Search found 12 matches

by keynetix
Thu Nov 06, 2008 10:51 am
Forum: .NET
Topic: TeeChart for .NET [03 NOV 2008] RELEASE 3.5.3225.32183/4/5
Replies: 10
Views: 17679

The issue we found I just posted on a different thread but it was that the behaviour in drawing a line series has changed so that lines which connect to points off the end of the visible axis do not get drawn. Previously these lines would be drawn. The QA and testing has been done against version 3....
by keynetix
Thu Nov 06, 2008 10:35 am
Forum: .NET
Topic: Line series drawing behaviour changed in latest build.
Replies: 1
Views: 3506

Line series drawing behaviour changed in latest build.

We have purchased the latest version of TeeChart for Visual Studio 2008. On downloading the latest November 3rd release to replace the evaluation version it is noted that the lastest version has changed the line drawing behavior which has broken our application. The problem is that the chart now fai...
by keynetix
Thu Nov 06, 2008 10:28 am
Forum: .NET
Topic: TeeChart for .NET [03 NOV 2008] RELEASE 3.5.3225.32183/4/5
Replies: 10
Views: 17679

Latest Version Breaks Out Application

We are having issues with the latest build. Is it possible to provide access to older builds for download?
by keynetix
Wed Oct 22, 2008 11:02 am
Forum: .NET
Topic: Problems with handing click events from the client
Replies: 6
Views: 9102

Invert Axis fine for points

I have noted that with the exact same setup that click events work fine with inverted axis when using a point based series. The problem then seems to be specific to the Gantt chart series. It has been a bit of a fight in development to keep the Gantt chart using double values for the axis rather tha...
by keynetix
Wed Oct 08, 2008 9:45 am
Forum: .NET
Topic: Problems with handing click events from the client
Replies: 6
Views: 9102

Updated

Firstly I have just updated to the latest version of the build. The reversed chainage problem has remained the same. I will try and be as specific about the chart setup as possible. The chart which is having problems is based on a Gantt series. It is used to display information about geological insp...
by keynetix
Thu Oct 02, 2008 7:48 am
Forum: .NET
Topic: Problems with handing click events from the client
Replies: 6
Views: 9102

The clicking problem only seems to be in IE but has not been a problem in FireFox. We managed to find a fix by putting the Chart page into an iframe element of another page this problem is fixed. Another problem has been found though. This problem relatest to inverting an axis. The chart we have cre...
by keynetix
Mon Sep 15, 2008 9:49 am
Forum: .NET
Topic: Problems with handing click events from the client
Replies: 6
Views: 9102

Problems with handing click events from the client

I am currently experiencing problems with TChart v3 where it is being used for a web based application which includes a chart. The first problem which I have is that in order to handle clicks from the client I have to turn the AutoPostBack property of the chart to true. The problem is that as soon a...
by keynetix
Thu Jan 10, 2008 11:37 am
Forum: .NET
Topic: How to dynamic adding webchart into aspx page?
Replies: 6
Views: 16129

Ok i've kind of fixed it. But it is a bit annoying.

If you add the series to the chart after adding the webchart to the div then it works.

IE last few line of code are changed to

newWebChart.Chart.Series.Add(fastLine1);

thePage.Controls.Add(newWebChart);
by keynetix
Thu Jan 10, 2008 11:02 am
Forum: .NET
Topic: How to dynamic adding webchart into aspx page?
Replies: 6
Views: 16129

Hi, I'm try to do the same. I'm trying to use the following code. But I just get a chart to show but with no data. Any ideas. Do i need to redraw the chart some how? Cheers? Steema.TeeChart.Web.WebChart newWebChart = new Steema.TeeChart.Web.WebChart(); newWebChart.Width = 800; newWebChart.Height = 5...
by keynetix
Wed Oct 24, 2007 3:50 pm
Forum: .NET
Topic: Zooming and then scrolling
Replies: 2
Views: 5901

Sorry, I also forgot to say I'm trying to do this in a website using the webchart.
by keynetix
Wed Oct 24, 2007 3:48 pm
Forum: .NET
Topic: Zooming and then scrolling
Replies: 2
Views: 5901

Just to add a little more info. Basically I've just come from the active X version, where you have a zoom and pan modes. I just trying to re-create this. Is there some sort of Panning mode/tool?

Thanks
by keynetix
Wed Oct 24, 2007 3:42 pm
Forum: .NET
Topic: Zooming and then scrolling
Replies: 2
Views: 5901

Zooming and then scrolling

Hi, I currently have a licence of TeeChart .net v2, but have also tried this with the Beta of V3. Is it possible to have the zoom tool, to allow the user to zoom in to their desired scale, on say a line chart, and then once zoomed in, give them the option to scroll from left to right across the grap...