Search found 108 matches
- Fri Mar 23, 2007 9:54 am
- Forum: .NET
- Topic: Mark tips tool does not work with various series
- Replies: 8
- Views: 14787
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...
- Thu Mar 22, 2007 1:32 pm
- Forum: .NET
- Topic: Mark Tips tool does not work 100% of the time
- Replies: 6
- Views: 11569
- Wed Mar 21, 2007 6:03 pm
- Forum: .NET
- Topic: Mark tips tool does not work with various series
- Replies: 8
- Views: 14787
- Wed Mar 21, 2007 3:23 pm
- Forum: .NET
- Topic: Mark tips tool does not work with various series
- Replies: 8
- Views: 14787
- Wed Mar 21, 2007 3:08 pm
- Forum: .NET
- Topic: Mark tips tool does not work with various series
- Replies: 8
- Views: 14787
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.
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.
- Wed Mar 21, 2007 2:54 pm
- Forum: .NET
- Topic: Exception occurs using Triangle Surface Series
- Replies: 1
- Views: 5158
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...
- Wed Mar 21, 2007 2:00 pm
- Forum: .NET
- Topic: Mark Tips tool does not work 100% of the time
- Replies: 6
- Views: 11569
- Wed Mar 21, 2007 12:19 pm
- Forum: .NET
- Topic: Mark Tips tool does not work 100% of the time
- Replies: 6
- Views: 11569
- Wed Mar 21, 2007 11:47 am
- Forum: .NET
- Topic: Problem with loading template files
- Replies: 9
- Views: 16848
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 ...
- Wed Mar 21, 2007 11:24 am
- Forum: .NET
- Topic: KeyShift does nothing
- Replies: 11
- Views: 17890
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...
- Tue Mar 20, 2007 4:11 pm
- Forum: .NET
- Topic: KeyShift does nothing
- Replies: 11
- Views: 17890
- Tue Mar 20, 2007 4:07 pm
- Forum: .NET
- Topic: Problem with loading template files
- Replies: 9
- Views: 16848
- Tue Mar 20, 2007 3:39 pm
- Forum: .NET
- Topic: KeyShift does nothing
- Replies: 11
- Views: 17890
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...
- Tue Mar 20, 2007 3:28 pm
- Forum: .NET
- Topic: Problem with loading template files
- Replies: 9
- Views: 16848
- Tue Mar 20, 2007 2:48 pm
- Forum: .NET
- Topic: Legend on the right gives an exception.
- Replies: 16
- Views: 23551
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.