Search found 42 matches

by Oli
Wed Feb 15, 2012 10:06 pm
Forum: .NET
Topic: Editor: Change size of dialog
Replies: 11
Views: 15256

Re: Editor: Change size of dialog

Hi Sandra,

Yes, set the default tab resolve the problem.

However, I am struggling with the proper display of the editor as controls are still overlapping each other, although I set a large size of the editor.

Regards
Oliver
by Oli
Fri Feb 10, 2012 10:23 pm
Forum: .NET
Topic: How to get counts of breaks on each axis?
Replies: 7
Views: 9274

Re: How to get counts of breaks on each axis?

Hi Sandra, regarding the axis drawn through the gap, the your code does not resolve the problem, and is equavalent to the code I am using. You said you are using Teechart.Net V2012, but I checked the download page under Client access and the latest version available for download is TeeChartNET2011_4...
by Oli
Thu Feb 09, 2012 11:21 pm
Forum: .NET
Topic: How to get counts of breaks on each axis?
Replies: 7
Views: 9274

Re: How to get counts of breaks on each axis?

Thanks Sandra, I have overseen the properties axisbreak.Axis=tchart.Axes.Bottom Onebreak.PNG to link the breaks to an axis However, unfortunately I have other problems with the axis breaks using Teechart pro V2011 (4.1.2012.1032). All problems occur with charts produced with the Teechart assemblies ...
by Oli
Tue Feb 07, 2012 11:22 pm
Forum: .NET
Topic: How to get counts of breaks on each axis?
Replies: 7
Views: 9274

How to get counts of breaks on each axis?

Hi, I would like to get the counts of breaks on each axis (bottom, left, and right). I think the following code gives me the total number of breaks, but is there an easy way to find out to which axis each break belongs too? Dim axisbreak As Steema.TeeChart.Tools.AxisBreaksTool = New Steema.TeeChart....
by Oli
Mon Feb 06, 2012 2:41 pm
Forum: .NET
Topic: Teechart with StatsMaster (DewResearch component)
Replies: 8
Views: 9621

Re: Teechart with StatsMaster (DewResearch component)

Hi Sandra,

Yes, that is right. Only when I use DewResearch I encounter the issues. Everything works fine with charts created without DewResearch. Thanks for looking at it and trying to fix it.

Oliver
by Oli
Mon Feb 06, 2012 10:50 am
Forum: .NET
Topic: Editor: Change size of dialog
Replies: 11
Views: 15256

Re: Editor: Change size of dialog

Hi Sandra, The problem persist with smaller and larger screen resolution. I resize main controls of my application by getting the height and width of the user's screen to be screen independent. BUT I do not apply this to the teechart editor as the size of the editorh is smaller than the minimum scre...
by Oli
Sun Feb 05, 2012 12:38 am
Forum: .NET
Topic: Teechart with StatsMaster (DewResearch component)
Replies: 8
Views: 9621

Teechart with StatsMaster (DewResearch component)

Hi Sandra, I am using latest Teechart Net version with the latest version of StatsMaster from DewResearch. StatsMaster includes several custom charting styles, which can be used with TeeChart .NET version. I am using the following "Dew charts": "Dot" plot (Dew.Stats.Tee.DotPlot) Biplot (Dew.Stats.Te...
by Oli
Fri Feb 03, 2012 10:04 pm
Forum: .NET
Topic: Editor: Change size of dialog
Replies: 11
Views: 15256

Re: Editor: Change size of dialog

Hi Sandra, I read about other posts reporting that controls in the editor run in each other. For example: http://www.teechart.net/support/viewtopic.php?f=4&t=9555&p=39259&hilit=editor+controls#p39259 I really need to figure out how the display the editor properly as every of my customer will complai...
by Oli
Fri Feb 03, 2012 1:13 am
Forum: .NET
Topic: Editor: Change size of dialog
Replies: 11
Views: 15256

Re: Editor: Change size of dialog

Hi Sandra, thanks for your reply. The code you sent me is similar to what I used, and it seems I found the problem. If I hide all tabs, the chart tab is shown. However, it seems it is not possible to show the tab chart and print, for example. In such case only the tab print is shown, but not the tab...
by Oli
Sat Jan 21, 2012 2:32 am
Forum: .NET
Topic: Export: saved picture has black background
Replies: 1
Views: 4847

Export: saved picture has black background

Hi,

I am using the export feature to save charts. But the charts are saved with black background, no matter what graphic format I choose. My line of code to export is:
NewChart.Export.Image.Bitmap.Save(SaveFileDialog.FileName)

Your help is appreciated.

Oliver
by Oli
Fri Jan 20, 2012 12:50 am
Forum: .NET
Topic: Editor: Change size of dialog
Replies: 11
Views: 15256

Re: Editor: Change size of dialog and hiding tabs

Hi, I figured out how to resize the editor, but its content is still kind of "messy". From previous posts I learned that it is not a new problem. Any comments on how and when this can be improved? I am now trying to display just the tab "Chart" in the editor (see attachment Editor_1), but when I use...
by Oli
Thu Jan 19, 2012 11:04 pm
Forum: .NET
Topic: Editor: Change size of dialog
Replies: 11
Views: 15256

Editor: Change size of dialog

Hi, I tried changing the size of the dialog box of the editor. However the following code does not resize it, the dialog remains it is original rather small size. Any help would be great to fix it. GraphEditor = New Steema.TeeChart.Editor(NewChart) GraphEditor.DefaultTab = Steema.TeeChart.Editors.Ch...