Search found 139 matches

by Dave
Fri Mar 27, 2009 11:40 am
Forum: .NET
Topic: How Do I get X,Y,Z point of Contour Point?
Replies: 11
Views: 14028

Yeray

Ive just downloaded what I believe is the latest .NET version from the website. The version number is 3.5.3371.26406

The code still doesn't do what I want.

I dont know how to load the maintenance update you mention. Can you direct me to the download page. Thanks.
by Dave
Thu Mar 26, 2009 2:39 pm
Forum: .NET
Topic: How Do I get X,Y,Z point of Contour Point?
Replies: 11
Views: 14028

Hi Yeray OK Ive finally got round to trying this out. Im trying exactly the code above. But when I move the pointer over the graph it never "hits" the graph. By that I mean "this.Text" never contains "Clicked!". This applies even when I click with the mouse. The graph also does not change colour whe...
by Dave
Tue Mar 24, 2009 2:35 pm
Forum: .NET
Topic: Space between the Left Axis Title and the Chart is Too Big
Replies: 4
Views: 5885

Narcis I was zooming in on the chart with the result that the left axis labels had more digits. This meant they overlapped with the left axis title. I need to be able to position the left axis title depending on how wide the left axis labels are. ie. The more characters in the left axis labels the l...
by Dave
Mon Mar 23, 2009 4:42 pm
Forum: .NET
Topic: Space between the Left Axis Title and the Chart is Too Big
Replies: 4
Views: 5885

Fantastic. Thanks Narcis.
by Dave
Mon Mar 23, 2009 4:06 pm
Forum: .NET
Topic: Space between the Left Axis Title and the Chart is Too Big
Replies: 4
Views: 5885

Space between the Left Axis Title and the Chart is Too Big

Can I change this from code?

Im setting the left axis title from code thus;

theChart.Axes.Left.Title.Caption = "Voltage";


This displays OK but its too far from the left side of the chart. Id like it to be much closer to the labels on the left-axis. How do I do this?

Thanks.
by Dave
Thu Mar 19, 2009 8:59 am
Forum: .NET
Topic: How Do I get X,Y,Z point of Contour Point?
Replies: 11
Views: 14028

Thanks Yeray. That looks promising. I'll try it out and let you know how I get on.
by Dave
Tue Mar 17, 2009 8:46 am
Forum: .NET
Topic: How Do I get X,Y,Z point of Contour Point?
Replies: 11
Views: 14028

"When the cursor tool moves over a contour point I would like the contour to turn white and the X,Y,Z coordinates of the contour series to be displayed (in the window Text property would be fine). " Just to clarify, I need to X,Y,Z point of the contour POINT that the cursor tool is currently hoverin...
by Dave
Mon Mar 16, 2009 10:08 pm
Forum: .NET
Topic: How Do I get X,Y,Z point of Contour Point?
Replies: 11
Views: 14028

How Do I get X,Y,Z point of Contour Point?

Hello My chart is displaying about 10 contours. I want to let the user move a cursor tool round the chart. When the cursor tool moves over a contour point I would like the contour to turn white and the X,Y,Z coordinates of the contour series to be displayed (in the window Text property would be fine...
by Dave
Mon Mar 16, 2009 11:32 am
Forum: .NET
Topic: How Do I get the Y value of a series (cursor tool intersect)
Replies: 2
Views: 6723

Thankyou Sandra. That has solved my problem. cheers.
by Dave
Fri Mar 13, 2009 12:08 pm
Forum: .NET
Topic: How To Change Scale Labels
Replies: 4
Views: 6272

Thanks Yeray.Thats solved it.
by Dave
Thu Mar 12, 2009 5:25 pm
Forum: .NET
Topic: How To Change Scale Labels
Replies: 4
Views: 6272

Thanks Yeray.

But there is no way I can shift the decimal point, say 4 places to the right, on the label display?
by Dave
Thu Mar 12, 2009 4:28 pm
Forum: .NET
Topic: How To Change Scale Labels
Replies: 4
Views: 6272

How To Change Scale Labels

Hello Im a new user of TeeChart. My X-axis data generally consists of very small numbers ie. along the lines 0.000067 etc. TeeChart will usually label this as 0. I can solve the problem by simply multiplying my x-coords by 10,000. However Ive a lot of points and several lines so this is quite proces...
by Dave
Wed Mar 11, 2009 4:20 pm
Forum: .NET
Topic: Question about the ShowEditor() function
Replies: 1
Views: 4020

Question about the ShowEditor() function

Hello

The showEditor() function displays the chart editor dialog box. But is there any way I can display it so the Charts->3D tab within this dialog is selected initially?

Thanks.
by Dave
Tue Mar 03, 2009 9:10 am
Forum: .NET
Topic: How Do I get the Y value of a series (cursor tool intersect)
Replies: 2
Views: 6723

How Do I get the Y value of a series (cursor tool intersect)

Hello Im a beginner as regards programming the Steema charts. Im trying to get the point of intersection of a vertical line (Cursor Tool) and a Series on a TeeChart. Im looking for the Y-value of the Series (not a screen co-ord) Im developing a Windows application in Visual C#. Ive added a TeeChart ...
by Dave
Tue Mar 03, 2009 9:04 am
Forum: ActiveX
Topic: How To Return Y-Value of a Series?
Replies: 4
Views: 6635

Hi Narcis

Yes you are right it is the .NET version. I asssumed since Im developing a Windows applicaton it was be the ActiveX version. I will report on the .NET forum.
Thanks.