Search found 191 matches

by Mike Jones
Tue Jan 29, 2008 7:06 pm
Forum: .NET
Topic: OpenGL continued improvements
Replies: 5
Views: 7581

Thanks

Marc, Thanks for the update. It is encouraging that Steema is continuing the development of OpenGL Charts. Our company owns the source code for TeeChart for .NET. While we are evaluating our current needs and requirements, it would be very helpful to have as many details in your plans for OpenGL. We...
by Mike Jones
Fri Jan 25, 2008 4:44 pm
Forum: .NET
Topic: Importing Excel data from export
Replies: 4
Views: 6449

How do you decide on the series source

The example you pointed me to is nice, but it skips a critical step. When setting up to read the XML data in, how do you know what the series style of the data. In other words how do you know that user created the XML data from a Points, Points3D, Surface or other style. That is a critical piece of ...
by Mike Jones
Fri Jan 25, 2008 2:26 pm
Forum: .NET
Topic: Importing Excel data from export
Replies: 4
Views: 6449

Over sight

I over looked that example. Thanks for bringing it to my attention
by Mike Jones
Thu Jan 24, 2008 11:53 pm
Forum: .NET
Topic: Importing Excel data from export
Replies: 4
Views: 6449

Importing Excel data from export

Is there any sample code around showing how to read in the XML formated code that is put on the clipboard when a user exports the data from a TeeChart to Excel format? I have Chart #1 up and I go to the Chart Editor Tool, go to Export tab, select Excel format, and press the copy button. I now have t...
by Mike Jones
Thu Jan 24, 2008 8:59 pm
Forum: .NET
Topic: OpenGL continued improvements
Replies: 5
Views: 7581

OpenGL continued improvements

I was wondering if there is any enhancments planned in the near future for the OpenGL version of TeeChart? I have been playing with the TeeChart.OpenGL and I am concerned that it will not meet our applications needs. Some of my concerns are 1. Resolution of the drawing surface seems very coarse. Thi...
by Mike Jones
Fri Jan 18, 2008 10:15 pm
Forum: .NET
Topic: Clickable Axis Title
Replies: 3
Views: 6088

Clickable Axis Title

Is there a way to support a right click event on a chart axis title?

I would like to right click on title of an axis and pop up a custom menu. At firs glance the Axis Title does not seem to support click events.
by Mike Jones
Fri Jan 18, 2008 8:45 pm
Forum: .NET
Topic: Copy to Clipboard fails to use new chart dimensions
Replies: 7
Views: 20567

Copy to Clipboard fails to use new chart dimensions

I have demonstrated an undesirable behavior when copying a chart image to clipboard. I was able to reproduce the issue with the Program Files\Steema Software\TeeChart for .NET v3\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe in the Welcome !\Miscellaneous\Clipboard\Single Chart exa...
by Mike Jones
Wed Jan 09, 2008 3:58 pm
Forum: .NET
Topic: Trying to learn more about TeeChart using OpenGL
Replies: 1
Views: 3797

Trying to learn more about TeeChart using OpenGL

Is there any documentation that I might review that compare and contrast the OpenGL version of TeeChart and the regular .NET version of TeeChart? I am pretty familiar with the regular version of TeeChart and I am going to start looking at OpenGL version for 3D charting. I see the OpenGL demo and the...
by Mike Jones
Thu Jan 03, 2008 1:44 pm
Forum: .NET
Topic: Bottom Axis Label
Replies: 3
Views: 4960

Do you have a TF number

I keep track of issues you are aware of. Do you have a TF number assigned to this issue?
by Mike Jones
Wed Jan 02, 2008 9:11 pm
Forum: .NET
Topic: Bottom Axis Label
Replies: 3
Views: 4960

Bottom Axis Label

I have a 2D chart that has a left axis and a bottom axis. I have some code that looks like: this.Axes.Bottom.Automatic = false; this.Axes.Bottom.Minimum = sizes[0, 0]; this.Axes.Bottom.Maximum = sizes[0, 1]; this.Axes.Bottom.MinimumOffset = 1; this.Axes.Bottom.MaximumOffset = 1; this.Axes.Left.Autom...
by Mike Jones
Tue Dec 11, 2007 4:15 pm
Forum: .NET
Topic: Exception occurs when trying to import a *.ten file
Replies: 15
Views: 23813

Proposed behavior

My current requirements have been met, but request that these issues be considered because they are powerful and useful moving into future development of our application. 1. Seems to me if I needed to serialize my custom series that inherits from a Steema.TeeChart.Styles.Series and had an embedded c...
by Mike Jones
Tue Dec 11, 2007 1:59 pm
Forum: .NET
Topic: Exception occurs when trying to import a *.ten file
Replies: 15
Views: 23813

Will you be fixing the issues with ICustomSerialization?

It appears to me their are a couple of bugs with ICustomSerialization? Will you be correcting these?

The issue appear to be:

1. No Prefix getting passed into the Serialize method (example Series.#.)
2. Deserialize method is not getting called

I think these are important to correct.
by Mike Jones
Mon Dec 10, 2007 11:25 pm
Forum: .NET
Topic: Exception occurs when trying to import a *.ten file
Replies: 15
Views: 23813

Some issues with ICustomSerialization

I found that the DeSerialize method is never called. I put a break statement in this method in RectangleBubble. It is not accessed when I import my chart1.ten file. I found that the setter of the properties is getting called, instead I think it is a bug in the TeeChart.dll. Custom serialization shou...
by Mike Jones
Mon Dec 10, 2007 5:32 pm
Forum: .NET
Topic: Exception occurs when trying to import a *.ten file
Replies: 15
Views: 23813

Thanks that seems to work for me

That seems to work. I learned a little more about serialization.
by Mike Jones
Mon Dec 10, 2007 4:05 am
Forum: .NET
Topic: Exception occurs when trying to import a *.ten file
Replies: 15
Views: 23813

Any hints on serializing ValueList

I am a little inexperienced with custom serialization. In my RectangleBubble series, the series is not compiled into the TeeChart.dll. Can I still serialize/deserialize this class? Do you have any examples of serializing/deserializing ValueList? That is really the only custom data within RectangleBu...