Search found 191 matches

by Mike Jones
Wed Oct 01, 2008 12:33 am
Forum: .NET
Topic: Markstip working differently after updating?
Replies: 4
Views: 7456

Good question

I wondered that as well.
by Mike Jones
Wed Oct 01, 2008 12:31 am
Forum: .NET
Topic: Request for a new Series Style
Replies: 20
Views: 52755

Need to resolve disappearing rectangles

Issue number 1 in the previous post is really becoming a problem for me. The RectangleBubble series works great other than this issue. Since I have the source I would like to resolve this issue. Where would you suggest I start looking to resolve this? As a reminder, some of the rectangles are not dr...
by Mike Jones
Mon Sep 29, 2008 1:59 pm
Forum: .NET
Topic: InvalidOperationException
Replies: 7
Views: 10254

Unable to post an example

I have spent 2 hours trying to come up with an example. Unfortunately it is very difficult to reproduce the problem in a simple example. Our application is fairly complex and would be impossible to send the entire project. Any advice on how to debug this issue would be appreciated even if the advice...
by Mike Jones
Fri Sep 26, 2008 10:26 pm
Forum: .NET
Topic: InvalidOperationException
Replies: 7
Views: 10254

I am seeing this same exception in TChart Version 3.5.3146.2

My problem occurs as a result of the TChart.OnPaint method call. The exception is at Steema.TeeChart.Chart.GetAxisSeries method. My application is multithreaded as well. I have a thread that will do a Steema.TeeChart.Chart.Series.Clear(), and then start adding new CustomPoint series's. I see the Inv...
by Mike Jones
Thu Aug 28, 2008 4:03 pm
Forum: .NET
Topic: Techniques to manage mouse
Replies: 1
Views: 3663

Techniques to manage mouse

I am adding a dragpoint tool to a chart where I also have the left mouse button used for panning as shown in the code snippet below DragPoint1 = new Steema.TeeChart.Tools.DragPoint(); DragPoint1 .Style = Steema.TeeChart.Tools.DragPointStyles.Y; DragPoint1 .Chart = tchart1; DragPoint1 .Series = point...
by Mike Jones
Mon Aug 25, 2008 12:45 pm
Forum: .NET
Topic: Copy to Clipboard fails to use new chart dimensions
Replies: 7
Views: 20567

Reproduced using TeeChart Fro .NET Examples

Ran the "C:\Program Files\Steema Software\TeeChart for .NET v3\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe" that came with TeeChart Pro .Net v3, version 3.5.3146.24805. I believe this is the latest release version. 1. go to Welcome !\Components\ChartController 2. Press the "Copy"...
by Mike Jones
Thu Aug 21, 2008 5:04 pm
Forum: .NET
Topic: Binding a Chart to a Datatable
Replies: 7
Views: 20239

Very close to a solution

I stumbled upon the DragPoint Drag event. This event signature looks like dragPoint1_Drag(Steema.TeeChart.Tools.DragPoint sender, int index) The Sender parameter has a member, Series, yet it is null even though there is a private variable called "theSeries" that is set to the series that the drag po...
by Mike Jones
Thu Aug 21, 2008 2:38 pm
Forum: .NET
Topic: Binding a Chart to a Datatable
Replies: 7
Views: 20239

Not using the Data Table tool

I am talking about binding to a System.Data.DataTable where I bind the DataColumns to Line Series XValues.DataMember and YValues.DataMember. The Line Series DataSource property is set to the System.Data.DataTable. Just as the sample of code above shows. When I drag a point I want to underlying datas...
by Mike Jones
Wed Aug 20, 2008 3:32 pm
Forum: .NET
Topic: How can I find the location and size of an axis title?
Replies: 4
Views: 33799

That works!!!

That worked perfectly. Thanks!
by Mike Jones
Tue Aug 19, 2008 9:29 pm
Forum: .NET
Topic: How can I find the location and size of an axis title?
Replies: 4
Views: 33799

How can I find the location and size of an axis title?

I am wanting to place a combobox over the Axis title of the bottom axis of a simple 2D, X-Y chart. I can easily create the combobox, but locating the combobox over the bottom axis title location, has proven to be difficult because the Axis.Title member does not seem to update Left and Top properties...
by Mike Jones
Tue Aug 19, 2008 2:01 pm
Forum: .NET
Topic: Binding a Chart to a Datatable
Replies: 7
Views: 20239

Really in need of some suggestions

I really need the DragPoints tool to edit an underlying DataTable. I have a Steema.TeeChart.Styles.Line series bound to the datatable. Also, I have the datatable bound to a datagridview. I have found a way to get the chart to update if I change a value in the datagridview. I would like the dragpoint...
by Mike Jones
Thu Aug 14, 2008 7:05 pm
Forum: .NET
Topic: Binding a Chart to a Datatable
Replies: 7
Views: 20239

Your example works but mine doesn't

Found that the example TeeChart for .NET application at Welcome !\Datasets\Using the Designtime Editor. Press the "Edit DataSource button to bring up Chart Editor. Press the Data button. Notice there is nothing there. Can you test with my example. It is uploaded it is in ChartBinding.zip. Run the pr...
by Mike Jones
Thu Aug 14, 2008 4:10 pm
Forum: .NET
Topic: Copy to Clipboard fails to use new chart dimensions
Replies: 7
Views: 20567

I am still seeing the behavior

I just reproduced the problem with the binary built by steema, version 3.5.3146.24805 Using the "Copy" button on the ChartController toolbar, that is where I see the problem. If I go to the Editor dialog, Export tab, select "As Bitmap" press the Copy button. That seems to work every time. I still th...
by Mike Jones
Wed Aug 13, 2008 10:14 pm
Forum: .NET
Topic: Binding a Chart to a Datatable
Replies: 7
Views: 20239

Binding a Chart to a Datatable

When I bind a tchart to a datatable like what is in the TChart for .NET Example application at "Welcome !\Datasets\Data table XY Series" I see that if I go to the Chart Editor and go to the Data tab that no data points are shown. 1. Can I not see the data in the Data tab of the chart editor? or is t...
by Mike Jones
Wed Aug 13, 2008 9:01 pm
Forum: .NET
Topic: TeeChart for .NET [12 AUG 2008] RELEASE 3.5.3146.24804/5/6
Replies: 2
Views: 6642

Source?

How long before the source is available for download? It still shows the version from July 2.