Search found 11 matches

by OMP
Mon Mar 12, 2018 11:19 am
Forum: .NET
Topic: Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194
Replies: 8
Views: 17504

Re: Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194

We are planning to move the releases of TeeChart.NET Professional over to a Standard-type release paradigm (evaluation version on Nuget, licenses file for activation), meaning that the next release is planned for around the middle of the second quarter of this year. Ok, thank you for all the inform...
by OMP
Mon Mar 12, 2018 11:04 am
Forum: .NET
Topic: Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194
Replies: 8
Views: 17504

Re: Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194

The TeeChart.NET Standard (which is a synonym of the TeeChart.NET Business edition) is an official release of TeeChart.NET, just to be clear. If this particular version is sufficient for the need of the application you are working on, then you will be able to remove the Evaluation watermark by the ...
by OMP
Mon Mar 12, 2018 10:16 am
Forum: .NET
Topic: Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194
Replies: 8
Views: 17504

Re: Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194

Hi Christopher, There is a binary which contains this fix - the TeeChart .NET Standard version which you can download from Nuget: https://www.nuget.org/packages/Steema.TeeChart.NET.Standard/ Thank you for the link to the Nuget page. For testing purposes, this will probably come in handy. However, fo...
by OMP
Fri Mar 09, 2018 3:47 pm
Forum: .NET
Topic: Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194
Replies: 8
Views: 17504

Re: Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194

Hi Christopher, Thank you for acknowledging the issue, adding it to the issue tracker, and the quick resolving of the issue. Thank you for the suggestion of setting a custom bar width, but unfortunately this is not an option in our application, since charts can be dynamically resized and bars on the...
by OMP
Wed Mar 07, 2018 10:27 am
Forum: .NET
Topic: Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194
Replies: 8
Views: 17504

Zooming and scrolling issues in TeeChart.NET 4.1.2017.10194

Hi, Recently, we upgraded the version of TeeChart.NET we use in our applications from version 4.1.2015.5144 to version 4.1.2017.10194. Unfortunately, we are now facing regression issues regarding zooming of the charts and scrolling in a zoomed in chart. To illustrate the issue, I made an example tha...
by OMP
Fri Feb 16, 2018 8:11 am
Forum: .NET
Topic: PDF export empty when exporting temporary invisible chart
Replies: 2
Views: 8187

Re: PDF export empty when exporting temporary invisible chart

This works indeed.
Thank you very much!
by OMP
Mon Feb 12, 2018 11:12 am
Forum: .NET
Topic: PDF export empty when exporting temporary invisible chart
Replies: 2
Views: 8187

PDF export empty when exporting temporary invisible chart

Hi, I want to create a temporary chart and export it immediately to PDF, without showing it to the user. I use following code to do this: Steema.TeeChart.TChart tChart2 = new Steema.TeeChart.TChart(); Steema.TeeChart.Styles.Line line1 = new Steema.TeeChart.Styles.Line(tChart2.Chart); line1.Add(0, 0,...
by OMP
Mon Sep 25, 2017 11:53 am
Forum: .NET
Topic: Chart area unnecessarily compressed
Replies: 7
Views: 15547

Re: Chart area unnecessarily compressed

Hello,

Thank you very much for the reply. This sounds very promising.
Thanks as well for entering the issue in the issue-tracker, so we can hope that this calculation code on our side might become unnecessary in the future.
by OMP
Mon Sep 25, 2017 6:44 am
Forum: .NET
Topic: Chart area unnecessarily compressed
Replies: 7
Views: 15547

Re: Chart area unnecessarily compressed

Hello Christopher, Thank you for your reply. I'm afraid though, it doesn't help with the issue I'm facing. As you can see in your own screenshot, there is still a large blank area between the axis labels and the axis title, even when using custom labels. Possibly it is easier to calculate the height...
by OMP
Tue Sep 19, 2017 9:00 am
Forum: .NET
Topic: Chart area unnecessarily compressed
Replies: 7
Views: 15547

Re: Chart area unnecessarily compressed

Hi Marc, Sorry for the late reply from my side, I was on holiday. Thank you for your reply. Unfortunately, the suggested work-around by adjusting the bottom margin causes the bottom axis title to be cut (as can be seen in the screenshots below), so this work-around cannot be used. teechart_xaxislabe...
by OMP
Wed Aug 23, 2017 8:18 am
Forum: .NET
Topic: Chart area unnecessarily compressed
Replies: 7
Views: 15547

Chart area unnecessarily compressed

Hello, When creating a chart where the bottom axis labels are rotated between 1 and 89 degrees, the chart area is only as high as it would be when the labels are rotated 90 degrees. This means that there can be quite some unnecessary whitespace between the bottom axis title and the bottom axis label...