Search found 108 matches

by VH1
Fri Mar 23, 2007 9:54 am
Forum: .NET
Topic: Mark tips tool does not work with various series
Replies: 8
Views: 13411

Hi, Many thanks for that, it is very much easier to see all the issues in this format. I see most of them are in the "fixed" status for the next release of V1 which is fantastic, thankyou. Issue 7 This one is the most important, however, I am still investigating this one, I will add some more inform...
by VH1
Thu Mar 22, 2007 1:32 pm
Forum: .NET
Topic: Mark Tips tool does not work 100% of the time
Replies: 6
Views: 10829

Have you received the project file?
by VH1
Wed Mar 21, 2007 6:03 pm
Forum: .NET
Topic: Mark tips tool does not work with various series
Replies: 8
Views: 13411

I am confused now. Does your comment apply to all the series types mentioned in my first post of this thread?

No matter which series type I use, I would expect all Tools to work.

If they do not, then I would consider that a bug, not an enhancement?
by VH1
Wed Mar 21, 2007 3:23 pm
Forum: .NET
Topic: Mark tips tool does not work with various series
Replies: 8
Views: 13411

I am just using Teechart as I go and raising them accordingly as I find possible problems. I thought it best to raise them as seperate ones so we have one thread for each issue.

However, if you prefer I can put them all into one.
by VH1
Wed Mar 21, 2007 3:08 pm
Forum: .NET
Topic: Mark tips tool does not work with various series
Replies: 8
Views: 13411

Mark tips tool does not work with various series

1.1.2531.28391

Each of these series:

Surface
Waterfall
Contour
Triangle Surface
Tower
Vector 3D
Polar
Radar
Pyramid
Candle
Volume
Point & Figure (Occasionaly)
Arrow
Funnel

All of which are set to 2D and all defaults.
by VH1
Wed Mar 21, 2007 2:54 pm
Forum: .NET
Topic: Exception occurs using Triangle Surface Series
Replies: 1
Views: 4912

Exception occurs using Triangle Surface Series

1.1.2531.28391 Steps to recreate: 1/ Add a chart 2/ Add a Trainge Surface series from the 3D tab in TeeChart Gallery 3/ Add random data from TeeChart Editor 4/ Keep hitting Apply to change the random data I get the following exception: An unhandled exception of type 'System.ArgumentException' occurr...
by VH1
Wed Mar 21, 2007 2:00 pm
Forum: .NET
Topic: Mark Tips tool does not work 100% of the time
Replies: 6
Views: 10829

I have uploaded a further project to your upload area.

Filename: WindowsApplication8.zip

This clearly shows several bar series in 2D.

Stacking set to None

The Marktips cannot distinguish between series.

Please Note. This also applies to 3D but 2D is an easier example.
by VH1
Wed Mar 21, 2007 12:19 pm
Forum: .NET
Topic: Mark Tips tool does not work 100% of the time
Replies: 6
Views: 10829

Actually I have found that even in 2D mode, when I have multiple Bar series, the Mark Tips tool does not detect the correct series?
by VH1
Wed Mar 21, 2007 11:47 am
Forum: .NET
Topic: Problem with loading template files
Replies: 9
Views: 15484

Hmm, you are right, your code works... foreach (Steema.TeeChart.Tools.MarksTip mt in tChart1.Tools) { mt.GetText += new Steema.TeeChart.Tools.MarksTipGetTextEventHandler(marksTip1_GetText_1); } However, as I did not want to change all Marktips tools I originally tried just... this.marksTip1.GetText ...
by VH1
Wed Mar 21, 2007 11:24 am
Forum: .NET
Topic: KeyShift does nothing
Replies: 11
Views: 16662

Ok I admit now without a Commander tool, just tested that, and it works. (A zoom rectangle appears and zooms in after releasing of the left mouse button) However, If I add the code as you mentioned, the zoom rectangle only appears if I press the shift button down and the left mouse button. It will n...
by VH1
Tue Mar 20, 2007 4:11 pm
Forum: .NET
Topic: KeyShift does nothing
Replies: 11
Views: 16662

Unfortunately, I still cannot get this to work with the example I sent to you. So you must have/be doing something in addition.
by VH1
Tue Mar 20, 2007 4:07 pm
Forum: .NET
Topic: Problem with loading template files
Replies: 9
Views: 15484

Yes, I tried that already and that does not work.

Hence the reason for having to remove the MarkTips tool and then re-add it?

I guess I will have to go with the my workaround for now.
by VH1
Tue Mar 20, 2007 3:39 pm
Forum: .NET
Topic: KeyShift does nothing
Replies: 11
Views: 16662

Yes, having followed your example I am still unable to zoom. Please use the file I uploaded to your server: - WindowsApplication7.zip I included a bug to allow you to see this property. Please change this line to what you mentioned: - this.tChart1.Zoom.KeyShift = System.Windows.Forms.Keys.Shift; Ple...
by VH1
Tue Mar 20, 2007 3:28 pm
Forum: .NET
Topic: Problem with loading template files
Replies: 9
Views: 15484

Please find the example uploaded to your server under the name of VH1.

Filename: - WindowsApplication7.zip
by VH1
Tue Mar 20, 2007 2:48 pm
Forum: .NET
Topic: Legend on the right gives an exception.
Replies: 16
Views: 21531

I have only one reference: 1.1.2531.28391 I see I missed out a step again... Resolution set to 1600 by 1200. Start with a form with width = 1100 Add a chart Make the chart > 1096 width Right click the chart Select Edit Add a bar series Select Legend You get the exception every time. Its that simple.