Search found 57 matches

by rossmc
Mon Jun 06, 2011 8:40 am
Forum: .NET
Topic: Quick Drawline query
Replies: 4
Views: 6128

Re: Quick Drawline query

Just a quick note on the above. I ran into some odd behaviour using the vertical cursor tool. When programatically adding a vertical cursor, regardless of what I set the .XValue parameter to, the cursor is always intially drawn in the center of the bottom axes. Here is the code for clarity: Dim v As...
by rossmc
Fri Jun 03, 2011 6:30 am
Forum: .NET
Topic: Quick Drawline query
Replies: 4
Views: 6128

Re: Quick Drawline query

Hello Sandra Thanks for response. My way - using series min/max - and your way - using axes min/max - both do basically the same thing. What I have since discovered however is a problem I had in the past (while using ActiveX control) with using the cursor tool to mimic the behaviour I want has been ...
by rossmc
Thu Jun 02, 2011 12:21 pm
Forum: .NET
Topic: Quick Drawline query
Replies: 4
Views: 6128

Quick Drawline query

Hi I use a drawline tool to enable users to 'drop' a vertical line on the face of the chart. I currently use the series minimum and maximum y values to determine the top and bottom points of the drawlineitem. Is there a way to simply draw a line from the top axis, vertically down to the bottom axes ...
by rossmc
Fri Feb 25, 2011 7:37 am
Forum: .NET
Topic: GetAxisLabel Event
Replies: 1
Views: 3468

GetAxisLabel Event

Hi I'm trying to use the GetAxisLabel event to do some basic modification of my labels. However, I have multiple series plotted on the chart. One on right axis, one on left axis, and then some additional custom axis. The question is, in the GetAxisLabel event, is there a way to tell which axis raise...
by rossmc
Wed Dec 22, 2010 6:23 am
Forum: .NET
Topic: Mouse Cursor
Replies: 1
Views: 3438

Mouse Cursor

I seem to be having a new problem with the mouse cursor. I have a standard chart to which I add a line series. I set the line series cursor to hand so when user mouse over series cursor changes to a hand. On mouse out the cursor goes back to an arrow which is my default. That all works exactly as ex...
by rossmc
Mon Dec 13, 2010 7:53 am
Forum: .NET
Topic: vs 2005 to vs 2010
Replies: 1
Views: 3263

vs 2005 to vs 2010

Hi

I am still developing using VS 2005 (Win Forms) using version 3.5 of TeeChart .NET

Will this version of the control work under VS 2010? (My dev machine died and company has since moved up to VS 2010). If not what, if anything, are my upgrade options?

Many thanks
by rossmc
Fri Nov 05, 2010 12:25 pm
Forum: .NET
Topic: Series Click
Replies: 1
Views: 3191

Series Click

I have a points series on my chart. When I right-click a series I determine which series was clicked in the series.mouseclick event. However if showing a lot of dates on bottom axis, one plotted point could cover more than 1 day. If I need to know specifically which day the point relates to how do I...
by rossmc
Thu Oct 28, 2010 10:32 am
Forum: .NET
Topic: .Chart vs .TChart
Replies: 1
Views: 3280

.Chart vs .TChart

What is the difference? I appear to have written a massive and complex charting application without knowing this. Weird. Anyway, on the chart scroll event the sender object is Steema.TeeChart.Chart. In this event I need to know things about the chart that actually live in Steema.TeeChart.TChart Sorr...
by rossmc
Wed Oct 20, 2010 8:26 am
Forum: .NET
Topic: MouseEnter event
Replies: 6
Views: 7963

Re: MouseEnter event

Thanks for the help Sandra. I am going to try option two as ideally I would like to know exactly how many, and what type, of series are under a particular point (if multiple). I already started a little bit of a hack for this by still using just the mouseenter event, but loading the series keys into...
by rossmc
Tue Oct 19, 2010 6:19 am
Forum: .NET
Topic: MouseEnter event
Replies: 6
Views: 7963

Re: MouseEnter event

Thanks for reply. Even knowing that I don't think I can solve the problem. I have a chart with many series representing very different data sets. For example a price line, and a point series representing news events. There could also be series representing various functions and overlays etc etc. For...
by rossmc
Mon Oct 18, 2010 12:36 pm
Forum: .NET
Topic: MouseEnter event
Replies: 6
Views: 7963

Re: MouseEnter event

Here we go, very basic. 1) Run app and click on Add Line button. Mouse over line and form caption changes to 'LineTag'. 2) Click on Add Point (Offset). A point is added. Mousing over point changes caption to 'PointTagGreen'. 3) Click on Add Point. A point is added over the line. Mousing over this po...
by rossmc
Mon Oct 18, 2010 7:15 am
Forum: .NET
Topic: MouseEnter event
Replies: 6
Views: 7963

MouseEnter event

Hi On my chart I have a line series representing share prices over time. I add a second series of points representing events (such as financial results released for example). The points plot on the price line. As the whole chart is dynamically created/modified by user I have procedures to add series...
by rossmc
Wed Oct 06, 2010 9:47 am
Forum: .NET
Topic: License Issue
Replies: 1
Views: 3138

License Issue

Hi I have attempted to move my development environment onto my laptop in an effort to speed up the progress. (I can work at home-yay!) However I have run into license issues - which of course may be due to the license I bought making this unfeasible anyway, please let me know. In any event after mov...
by rossmc
Fri Oct 01, 2010 8:34 am
Forum: .NET
Topic: Pie Chart
Replies: 10
Views: 10587

Re: Pie Chart

Wow, great answer! Exactly what I was trying to do. The only thing here is I do not have the .Rad2Deg method in my control. I am using version 3.5
by rossmc
Thu Sep 30, 2010 11:22 am
Forum: .NET
Topic: Pie Chart
Replies: 10
Views: 10587

Re: Pie Chart

Hi Narcis

Uploaded a very quick paint drawing. You will see how the labels go around the circumference. Of course there will also be labels at intermediate points along the circumference but I couldn't get paint to rotate text by 45 degrees :)

Thanks