Search found 56 matches

by fano
Thu Nov 18, 2010 2:24 am
Forum: .NET
Topic: License: Cannot compile on Build Server
Replies: 1
Views: 3877

License: Cannot compile on Build Server

Hi, We bought Teechart .NET VS2010 4.1.2010.09283 WinForm. After upgrading our .NET solution with the new TeeChart we are able to compile and run fine. BUT our the Build server can NOT compile, complaining : "Properties\licenses.licx (1): Exception occurred creating type 'Steema.TeeChart.TChart, Tee...
by fano
Fri Aug 21, 2009 7:48 pm
Forum: .NET
Topic: WebChart ASP
Replies: 1
Views: 3688

WebChart ASP

Hi, Question about WebChart: I am using the latest evaluation version withing VS2008 .NET C# I drag & drop the WebChart onto the design view of my ASP NET application and launch it. The browser comes up but the WebChart does not show at all. The 'TempChart' property is set to 'File' and I see that i...
by fano
Tue Apr 01, 2008 7:12 pm
Forum: .NET
Topic: Series Y value for a given X value (NearestPoint problem)
Replies: 1
Views: 4050

Series Y value for a given X value (NearestPoint problem)

Hi, I use C# .NET and TeeChart: 2.02511.18118 (cannot upgrade at this time due to software testing) I show cursor tool values for series utilizing the method: cursorTool.NearestPoint in the change event for the cursor tool. However, it produces once in a while a stack overflow (maybe that method use...
by fano
Fri Dec 07, 2007 9:18 pm
Forum: .NET
Topic: Show TimeSpan
Replies: 5
Views: 8393

Time duration for X-Axis

Hi Narcis, (sorry for the long text but I want to explain this better) there seems to be a misunderstanding. I did not report a bug but only showed how I did use TimeDate for the X-axis to simulate a duration on the X-axis as labels. You see we don't want the X-Axis to say how much time has elapsed ...
by fano
Thu Dec 06, 2007 6:30 pm
Forum: .NET
Topic: Show TimeSpan
Replies: 5
Views: 8393

Same/similar issue regarding time span/durations

Hi, I used DateTime for X-axis and formatted HH:mm:ss to get the X-axis look like duration of time passed. I use a base-date like 1/2/2000 and add the time passed to it and then the X-axis labels looks like this for the (DateTime, Y-value) data pairs. 00:00:00 00:01:22 etc. This works for a 1 day, i...
by fano
Thu Oct 05, 2006 11:11 pm
Forum: .NET
Topic: Stackoverflow with Cursors and annotation tool
Replies: 1
Views: 4228

Stackoverflow with Cursors and annotation tool

Hi, users told me that when they use the cursors tool to see values for about 5 fastlines they sometimes get an exception. I use a cursor tool and show the values in an annotation. Basically I used the code I saw in an example or some other reference. See below. The exception says: "An unhandled exc...
by fano
Mon Oct 02, 2006 8:43 pm
Forum: .NET
Topic: is shifting a series with the mouse possible?
Replies: 2
Views: 6644

Great!

This works great!
Thanks for this neat feature!
by fano
Mon Sep 25, 2006 10:26 pm
Forum: .NET
Topic: is shifting a series with the mouse possible?
Replies: 2
Views: 6644

is shifting a series with the mouse possible?

Hi, is there a way to select a series with a mouse and then drag around? Motivation would be: you have a few series plotted and you want to see how well a particular series aligns with another one. Made up example: Imagine you have two sinus like curves that were recorded sequentially (i.e. x-axis n...
by fano
Tue Aug 29, 2006 5:47 pm
Forum: .NET
Topic: Minor tick marks upon zooming in question
Replies: 1
Views: 4175

Minor tick marks upon zooming in question

Hi, I have on my bottom axis (time scale) set with a certain number of minor ticks. Upon zooming I see minor ticks as long as I have at least 2 major ticks (with labels). When I zoom in far enough to have only 1 Major Label left over, the minor ticks are gone. How can I make minor tick marks show ev...
by fano
Wed Aug 09, 2006 5:28 pm
Forum: .NET
Topic: Fastline with different prop. for depending on X- region
Replies: 1
Views: 4155

Fastline with different prop. for depending on X- region

Hi, I am using fastlines to draw data. A user asked me if it was possible to to differentiate sections of the fastline by color, or linestyle, or visibility or some other propert depending on the X-axis region. Like: from X [0,100] draw it this way from X[101,200] draw it another way. Is such a thin...
by fano
Mon Jul 31, 2006 5:45 pm
Forum: .NET
Topic: Legends click event area not consistent
Replies: 1
Views: 4302

Legends click event area not consistent

Hi, I use checkbox legends for the series (about 8 of them). The two tcharts panels, divided by sliders, i.e. they are resizable. Users and myself have noticed that sometimes when clicking on a checkbox in the legend the checkbox does not respond. When trying at some other area of the label, i.e. cl...
by fano
Wed Jul 26, 2006 3:27 pm
Forum: .NET
Topic: How to Label or put Text on Colorband that works with scroll
Replies: 1
Views: 4128

How to Label or put Text on Colorband that works with scroll

Hi, I use Colorbands to highlight certain areas of the graph. For each colorband I add an annotation that serves as a label to explain to the user what the coloband means (e.g."SL" = Sample Load). Problem: My X-axis has a scroll tool associated with it. When the X-Axis is scrolled, the colorbands mo...
by fano
Mon Jul 24, 2006 4:48 pm
Forum: .NET
Topic: Opacity change makes zoom rectangle invisible permanently
Replies: 3
Views: 5975

Thanks - that does the trick

Thanks for the reference to the previous solution.
It works just fine.
Sorry for the duplicate entry.

Norman
by fano
Fri Jul 21, 2006 6:03 pm
Forum: .NET
Topic: Opacity change makes zoom rectangle invisible permanently
Replies: 3
Views: 5975

Opacity change makes zoom rectangle invisible permanently

Hi,

I may have entered this some time ago already....

If a forms' opacity is changed, then the zoom rectangle on the
tChart becomes invisible (it still zooms though). This persists
even when the opacity is changed back to 1.

Any workaround?

Thanks,
Norman
by fano
Wed Jul 05, 2006 4:29 pm
Forum: .NET
Topic: Is it possible to define an own pointer style for point seri
Replies: 2
Views: 7645

Works great!

Hi,

many thanks for this hint. It works great!

fano