Search found 191 matches

by Mike Jones
Wed Dec 05, 2007 4:11 pm
Forum: .NET
Topic: Exception occurs when trying to import a *.ten file
Replies: 15
Views: 23813

Possible root cause

After a little more investigating I think I have found the issue. I have created a series that inherits from Bubble series ( see http://www.teechart.net/support/viewtopic.php?p=26281#26281 ) When this series is a part of the TEN file there is an exception when importing. Do you have a recommendation...
by Mike Jones
Wed Dec 05, 2007 2:32 pm
Forum: .NET
Topic: Exception occurs when trying to import a *.ten file
Replies: 15
Views: 23813

code

I was using our product in which TeeChart is deeply integrated. It is not reasonable to send our entire source. I will have to try and create a project that will isolate the TeeChart control and reproduce the problem. This may take me a day or two to get to.
by Mike Jones
Tue Dec 04, 2007 8:40 pm
Forum: .NET
Topic: Exception occurs when trying to import a *.ten file
Replies: 15
Views: 23813

Exception occurs when trying to import a *.ten file

Exact exception: System.Reflection.TargetInvocationException was unhandled Message="Exception has been thrown by the target of an invocation." Source="mscorlib" StackTrace: at System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringTypeSig, SerializationInfo info, St...
by Mike Jones
Tue Dec 04, 2007 4:51 pm
Forum: .NET
Topic: How to show Mark Tips with x,y,z for 3D charts
Replies: 1
Views: 4160

How to show Mark Tips with x,y,z for 3D charts

Currently Mark Tips tool will not show the coordinates of a point for a 3D series. It does not make sense to show only x,y.

How can I show a Mark Tip with the X,Y,Z coordinate for a Points3D point on the chart?
by Mike Jones
Tue Dec 04, 2007 3:10 pm
Forum: .NET
Topic: Depth Axis Title will draw at an angle
Replies: 1
Views: 4045

Depth Axis Title will draw at an angle

I am unable to draw the depth bottom axis at an angle. I created a simple example by 1. Creating a new Windows Project 2. On Form1 added a TeeChart control and a Chart Controller 3. Set the Chart property of the Chart Controller to the TeeChart instance on my dialog 4. Edited the tChart1 control and...
by Mike Jones
Mon Dec 03, 2007 7:44 pm
Forum: .NET
Topic: Rotating 3D chart outline Rotates outside Chart Boundaries
Replies: 4
Views: 7827

Request an update

Has there been any progress regarding this issue. We are getting close to releasing our product into the marketplace and soon we will have many users. This issue is significant because the user can easily rotate the chart in such a way that makes the chart not very readible. It will be a significant...
by Mike Jones
Fri Nov 30, 2007 6:14 pm
Forum: .NET
Topic: Scrollbars appearing unexpectedly
Replies: 5
Views: 7779

Not a problem with the chart control

I found the issue. it was not with the TeeChart control, but instead a FlowLayoutPanel control that contained the TeeChart control. Not sure why the scroll bars would appear after maximizing and then restoring the dialog, but they do. I turned off the auto scrolling on the FlowLayoutPanel and that f...
by Mike Jones
Wed Nov 28, 2007 2:14 pm
Forum: .NET
Topic: Scrollbars appearing unexpectedly
Replies: 5
Views: 7779

May take some time to reproduce

I am not sure if I can throw together a simple example, quickly. We are on a deadline for a release. I will try to put something together in the next week or so.

I was hoping you can point me to a property I might set that would disable any scrollbars from appearing.
by Mike Jones
Wed Nov 28, 2007 1:41 am
Forum: .NET
Topic: Scrollbars appearing unexpectedly
Replies: 5
Views: 7779

Scrollbars appearing unexpectedly

I have a case where I am using a TeeChart control on a dialog. When the dialog first displays, it is NOT maximized. When I maximize the dialog, the chart resizes as I expected. But when I restore the size by clicking on the "Restore Down" button at the top right of the dialog, the chart resizes but ...
by Mike Jones
Fri Oct 26, 2007 1:06 pm
Forum: .NET
Topic: Is there an event like Loaded
Replies: 1
Views: 3963

Is there an event like Loaded

Is there an event that I can subscribe to that will tell me when the Chart Control has finished loading? I have tried to use the BeforeDraw and AfterDraw events but they seem to fire when things like legend checkboxes are checked and unchecked. I really could use an event that works similar to the F...
by Mike Jones
Tue Oct 23, 2007 9:31 pm
Forum: .NET
Topic: Request for a new Series Style
Replies: 20
Views: 52761

Further information Regarding Bubble Series

The disappearing bubbles seems to occur only on the Y axis on a 2D chart. It is easy to duplicate the problem by using your example, TeeChartNetExamples. If you go to Welcome !\Chart styles\Standard\Bubble\Bubble Transparency, using the mouse pan the chart by right clicking on the chart surface. You...
by Mike Jones
Fri Oct 19, 2007 3:47 pm
Forum: .NET
Topic: Request for a new Series Style
Replies: 20
Views: 52761

Follow-up and update

The RectangleBubble series proposed above is working, but we are seeing a couple of issues. 1. When I zoom in on a chart that contains a RectangleBubble Series, some or all of the RectangleBubble rectangles will disappear. It is strange. I don't know if there is a repaint issue or not. It appears to...
by Mike Jones
Mon Oct 08, 2007 9:52 pm
Forum: .NET
Topic: Custom Legend
Replies: 6
Views: 11514

Another approach

After a discussion with other developers on my team, we thought of a technique that could save us some real estate by not showing a legend at all. Is there a way to automatically have an Annotation Callout that will place some text on or very close to the series drawn on the graphing part of the cha...
by Mike Jones
Mon Oct 08, 2007 1:59 pm
Forum: .NET
Topic: Custom Legend
Replies: 6
Views: 11514

Source Code

I have the source code. So I was able to look at the actual implementation.

Your previous post is good for everyone and is a good technique to view the inner workings of an assembly.

Thanks for pointing me in the right direction.
by Mike Jones
Fri Sep 14, 2007 1:48 pm
Forum: .NET
Topic: Request for a new Series Style
Replies: 20
Views: 52761

Great!!!

That is good news.

In one of your responses you hinted, that this series type might be added.

Will this series type be adding to a list of new features for a future release? or is it not worth the time and effort?