Search found 42 matches

by Oli
Thu Jan 03, 2013 8:11 pm
Forum: .NET
Topic: Strange licenses.lic
Replies: 1
Views: 4420

Strange licenses.lic

Hi Sandra, I have troubles installing my application on other computers (it works fine on the computer the application has been developed on). The compiled application throws a CLR20R3 (System.InvalidOperationException), and I believe it refers to problems with dlls. So I am checking all references,...
by Oli
Wed Dec 19, 2012 4:58 pm
Forum: .NET
Topic: tchart.size not serialized in native format
Replies: 9
Views: 14539

Re: tchart.size not serialized in native format

Hi Sandra, in my application a user can make several charts, which are organized in a tree window. The user can select the chart from the tree window for viewing or editing. As part of editing functions, the user can change the size of individual charts. The user can save all charts in the native .t...
by Oli
Sun Dec 16, 2012 6:53 am
Forum: .NET
Topic: tchart.size not serialized in native format
Replies: 9
Views: 14539

Re: tchart.size not serialized in native format

Hi Sandra,

I would like to check with you on the bug TF02016310. I understand fixing bugs can be a challenging, but it would be great to get an update for our further development and beta release. I appreciate any update you may have.

Many thanks
Oli
by Oli
Fri Oct 05, 2012 4:29 pm
Forum: .NET
Topic: tchart.size not serialized in native format
Replies: 9
Views: 14539

Re: tchart.size not serialized in native format

Hi Sandra, Hi Yeray,

I just wanted to ask if the bug regarding serilization of chart size (TF02016310) can be set to a higher priority. It seems the bug was not fixed in the recent release, but fixing it is important for the release of our application. I would appreciate it.

Cheers
Oli
by Oli
Wed Sep 19, 2012 4:28 pm
Forum: .NET
Topic: Series: Assigning different horizontal axis
Replies: 11
Views: 16258

Re: Series: Assigning different horizontal axis

Hi Yeray, I think I changed the screen resolution but without solving the problem...sorry it ís now a couple of months ago. It is not a problem for me as I designed my own editor. Not because of the problem I encountered, but simply I did not require all the settings and options in the editor and th...
by Oli
Sat Sep 08, 2012 6:32 am
Forum: .NET
Topic: Problems with axis break
Replies: 6
Views: 10908

Re: Problems with axis break

Forgot to mention that I use the latest release of Teechart.
by Oli
Sat Sep 08, 2012 6:31 am
Forum: .NET
Topic: Problems with axis break
Replies: 6
Views: 10908

Re: Problems with axis break

Thanks Sandra...your code was helpful. It works in my application now. However, during testing I found a few other issues in the appearance of the breaks. It is just minor and an "extreme" case with multiple breaks (unlikely that a user makes a chart like this), but may be it can be resolved in a fu...
by Oli
Sat Sep 08, 2012 6:23 am
Forum: .NET
Topic: Series: Assigning different horizontal axis
Replies: 11
Views: 16258

Re: Series: Assigning different horizontal axis

Hi Sandra,

that is an older post regarding the editor. On my new machine the editor looks just fine, so it was a machine-specific problem. However, I could not figure out how to solve it on my old machine. Just for your information.

Oli
by Oli
Mon Sep 03, 2012 3:59 pm
Forum: .NET
Topic: Problems with axis break
Replies: 6
Views: 10908

Re: Problems with axis break

Hi Narcis, many thanks for your reply. Regarding the number of breaks in a chart, I should have been clearer in my earlier post. I actually try to get the number of breaks of a chart saved with breaks in the native format. After loading I would like to get the number of breaks, and their start and e...
by Oli
Sat Sep 01, 2012 5:40 am
Forum: .NET
Topic: Problems with axis break
Replies: 6
Views: 10908

Problems with axis break

Hi, I posted earlier (Feb 2012) some problems with axis breaks, which seemed to have been resolved. However, with the latest version I have difficulties to count the number of breaks on a axis. My code is as the following: Dim Xaxisbreaks As Steema.TeeChart.Tools.AxisBreaksTool = New Steema.TeeChart...
by Oli
Tue Aug 21, 2012 5:24 am
Forum: .NET
Topic: tchart.size not serialized in native format
Replies: 9
Views: 14539

Re: tchart.size not serialized in native format

Hi Yeray,

many thanks. I hope it can be implemented in the next release as preserving the size of chart is important in my application...workarounds getting too complicated and are prone for bugs.

Cheers
Oliver
by Oli
Sat Aug 18, 2012 3:10 pm
Forum: .NET
Topic: tchart.size not serialized in native format
Replies: 9
Views: 14539

tchart.size not serialized in native format

Hi,

it seems tchart.size is not serialized while exporting the chart into the native format (.ten). While importing the chart, the size is always set to a size of 400x250, and not the original size. It may be worthwhile to check tchart.location for correct serialization too.

Cheers
Oliver
by Oli
Sat May 19, 2012 10:56 pm
Forum: Wishes and ideas
Topic: Dot Plots
Replies: 3
Views: 29640

Re: Dot Plots

Hi Yeray, thanks for your hint on using Points series. I was indeed able to make the dot plots as I wanted them. For the scattered dot plots, I just randomized the xvalues in a range of plus/minus 40%, for example for x=1, I get a new random x values between 0.6 and 1.4. I have not thought about che...
by Oli
Fri May 18, 2012 9:53 am
Forum: Wishes and ideas
Topic: Dot Plots
Replies: 3
Views: 29640

Dot Plots

Hi, I am wondering if it is possible to implement dot plots (similar to the attached charts) in future Teechart releases. Two different types would be nice, aligned and scattered (as shown) points to avoid overlapping. Line may represent mean, median or custom value. May be there is a workaround to ...
by Oli
Fri May 18, 2012 9:40 am
Forum: .NET
Topic: Series: Assigning different horizontal axis
Replies: 11
Views: 16258

Re: Series: Assigning different horizontal axis

Hi Sandra, Thanks for fixing the bugs. Regarding the editor, we have discussed it earlier at http://www.teechart.net/support/viewtopic.php?f=4&t=12968&p=56550&hilit=oli#p56550 I have attached another screenshot of how the editor is display on my computer. I use the following code : Dim editor1 As St...