Search found 91 matches

by Snarkle
Thu Oct 27, 2011 5:47 am
Forum: .NET
Topic: Renko charts and non-linear date scale
Replies: 1
Views: 2968

Renko charts and non-linear date scale

Greetings, Is there anyway to have dates in the Renko charts? Now I understand that traditionally Renko Charts are time independant and often dont, but I have seen a few around that display dates in a non-linear fashion which would be very useful .. Is there a way to have dates in the steema impleme...
by Snarkle
Thu Oct 20, 2011 11:54 pm
Forum: .NET
Topic: TeeChart and the Arrow keys
Replies: 2
Views: 3700

Re: TeeChart and the Arrow keys

Works perfectly I am now in ArrowKey.Down heaven ... ;-)
by Snarkle
Wed Oct 19, 2011 11:13 pm
Forum: .NET
Topic: TeeChart and the Arrow keys
Replies: 2
Views: 3700

TeeChart and the Arrow keys

Greetings, I wish to use teh right and left arrow keys to move a Cursor Tool left and right continuously .. i.e. hold down an arrow key and cursor tool moves until you let go of the key. http://www.teechart.net/support/viewtopic.php?f=4&t=3866&hilit=arrow+keys Now this post tells me why I cant do th...
by Snarkle
Wed Oct 12, 2011 2:24 am
Forum: .NET
Topic: Point and Figure Chart update?
Replies: 1
Views: 3009

Point and Figure Chart update?

Greetings, was wondering whether a bug I reported in the Point and Figure Chart has been addressed yet .. the number I had for it was TF02015088 back in August last year .... I'm back to the point where I need to implement a P&F and was wondering its status ?

Cheers Phil.
by Snarkle
Fri Jun 10, 2011 7:03 am
Forum: .NET
Topic: Can an ImagePoint series plot X as a value and Y as pixel?
Replies: 3
Views: 4338

Re: Can an ImagePoint series plot X as a value and Y as pixel?

Bah humbug my post went missing .... ok reposting. If I wanted to add a new series type and overload the add() method to be able to plot using x as index and Y as pixel coords .. aproximetely where in the source code should I look. What steema classess should I be focusing on. I ask because I have a...
by Snarkle
Tue Jun 07, 2011 6:35 am
Forum: .NET
Topic: Can an ImagePoint series plot X as a value and Y as pixel?
Replies: 3
Views: 4338

Can an ImagePoint series plot X as a value and Y as pixel?

Greetings, I have a Chart on which I would like to plot an ImagePoint series to denote special actions that occur on special dates, however I'd like the complete series to be drawn on the bottom of my chart, now heres the problem my chart is stock prices and my Chart autoscales the Y axis maximum an...
by Snarkle
Mon Jun 06, 2011 11:43 pm
Forum: .NET
Topic: I dont understand Semi-log mode
Replies: 5
Views: 5954

Re: I dont understand Semi-log mode

I'll try something like that then ..cheers Sandra
by Snarkle
Mon Jun 06, 2011 5:43 am
Forum: .NET
Topic: I dont understand Semi-log mode
Replies: 5
Views: 5954

Re: I dont understand Semi-log mode

Continued from previous post. Now in Log mode I understand that the log scale is .. well ... er .. Log , lower intervals will be larger and higher intervals get progressively smaller. In your app I get 'minor' lines seemingly random i.e. LogSandra4.png And when I zoom right in I get no minor log lin...
by Snarkle
Mon Jun 06, 2011 5:32 am
Forum: .NET
Topic: I dont understand Semi-log mode
Replies: 5
Views: 5954

Re: I dont understand Semi-log mode

Hi Sandra, Your app does exactly the same as I get ... let me explain using your code. Take the example of a linear scale like the below graph. LogSandra1.png The left scale is divided up into nice uniform intervals. Then I zoom in like below LogSandra2.png LogSandra3.png And again the chart automat...
by Snarkle
Fri Jun 03, 2011 6:50 am
Forum: .NET
Topic: I dont understand Semi-log mode
Replies: 5
Views: 5954

I dont understand Semi-log mode

Greetings, been a while, I am trying to use log mode in our package, but I have been unable to get the chart to render to my satisfaction, maybe I've got it all wrong and am trying to make the chart do something its not designed to do or I just dont get it .. history will decide. My issue: a log cha...
by Snarkle
Wed Mar 02, 2011 11:02 pm
Forum: .NET
Topic: Chart is Running a bit slow.
Replies: 3
Views: 4286

Re: Chart is Running a bit slow.

I did see the latest files ... but the version number is 4.0. .. whereas the last I have is 4.1. ... ok I'll give these a try ... but I must say thats some confusing versioning going on there .. :-)
by Snarkle
Wed Mar 02, 2011 5:48 am
Forum: .NET
Topic: Chart is Running a bit slow.
Replies: 3
Views: 4286

Chart is Running a bit slow.

Greetings all, I am wishing to migrate our older version of TChart to the new version (TeeChartNET2010Src_4.1.2010.11300) especially so we can use Log mode which does not work in the older version we currently use. But as I commented on briefly once before it seems to run a significantly slower for ...
by Snarkle
Mon Feb 14, 2011 6:42 am
Forum: .NET
Topic: Drawign a triangle
Replies: 1
Views: 2828

Drawign a triangle

Greetings and salutations, I have the need to draw a free form triangle on a chart, and have a drag handle at each vertex. Is there any way to do such a shape, I thought of using 3 Drawlines but they will overlap at the vertices and one handle will never be clicked and my triangle will come apart wh...
by Snarkle
Wed Feb 02, 2011 11:13 pm
Forum: .NET
Topic: Logarithmic scaling issue
Replies: 9
Views: 8335

Re: Logarithmic scaling issue

Hi Narcís, I've downloaded your project but still don't get the same screen shots as you. I'm using 4.1.2010.11301 of the DLL instead of 4.1.2010.11303. Would this make a difference? Also, I can't see how you get your screen (with Log off) as you seem to have 2 different scales on the left hand side...
by Snarkle
Tue Feb 01, 2011 11:32 pm
Forum: .NET
Topic: Logarithmic scaling issue
Replies: 9
Views: 8335

Re: Logarithmic scaling issue

Sorry about that Narcís, attached is the project again.