Search found 7 matches

by DieterDHoker
Tue May 03, 2016 9:10 am
Forum: .NET
Topic: Offset on Zooming area in Windows 8/10
Replies: 1
Views: 4825

Offset on Zooming area in Windows 8/10

Dearest, I am using the zooming feature in Teechart for .Net 3.5.3700.305745. On Windows 8 and Windows 10 systems which have a display size of 125%, the zoom-in area is displayed with an offset from the mouse pointer, which makes this feature very difficult to use. Is there a code workaround for thi...
by DieterDHoker
Tue Feb 01, 2011 2:56 pm
Forum: .NET
Topic: Export.MetafileFormat.Enhanced obsolete warning
Replies: 1
Views: 3495

Export.MetafileFormat.Enhanced obsolete warning

Hello, I'm currently working on making our code warning-free, and because of that I would like to eliminate the obsolete warning generated by a teechart property: tChart1.Export.Image.Metafile.Enhanced = false; I didn't write this code, but if I'm right this way we export a Windows Metafile instead ...
by DieterDHoker
Wed Dec 02, 2009 4:57 pm
Forum: .NET
Topic: unsigned Teechart dll?
Replies: 1
Views: 3568

unsigned Teechart dll?

Hi, I was wondering if there is also an teechart dll available (3.5.3575.14456) that is not code signed? I ask this because a lot of end users are complaining about a 15 seconds delay to load our application (caused by trying to download the certificate revocation list). I'm aware on how to disable ...
by DieterDHoker
Wed May 06, 2009 3:06 pm
Forum: .NET
Topic: text disappearing from annotation/rectangle tool
Replies: 5
Views: 6862

Hi, I uploaded a visual studio project of a test app where i could reproduce the problem with to:

http://dieterdhoker.free.fr/temp/TestTchart.zip

this also includes my debug build.
by DieterDHoker
Wed May 06, 2009 1:25 pm
Forum: .NET
Topic: text disappearing from annotation/rectangle tool
Replies: 5
Views: 6862

Hi, I took me a while to reproduce it using the testprogramm, but here the clue was using the ChartListBox while NOT using the legend checkboxes. (if you use both everything works ok) so your code would become: public Form1() { InitializeComponent(); InitializeChart(); } private Steema.TeeChart.Tool...
by DieterDHoker
Tue May 05, 2009 4:14 pm
Forum: .NET
Topic: Xvalues can't be DBnull?
Replies: 1
Views: 3820

Xvalues can't be DBnull?

I have a Datatable as datasource, and the user can pick any of the columns as X or Y. I plot these values using a Fastline series and set TreatNulls to TreatNullsStyle.Skip. This seems to work if Yvalues contain DBnull values, though if an Xvalue contains a DBnull value Tchart craches as it wants to...
by DieterDHoker
Tue May 05, 2009 8:37 am
Forum: .NET
Topic: text disappearing from annotation/rectangle tool
Replies: 5
Views: 6862

text disappearing from annotation/rectangle tool

Hi, I have a chart with multiple fastline series. I display a rectangle tool on the chart and update the text dynamically when a user clicks a series. Everything works fine until I deselect all but one serie in the ChartListBox, then the text disappears from the rectangle tool. Though when doublecli...