Search found 15 matches

by I-Maps
Tue Mar 28, 2006 9:20 am
Forum: .NET
Topic: Don't show the joining lines on a line series
Replies: 3
Views: 5870

Hi

Thank you.

I am using VB.NET 2005 and TeeChart.NET.

I could not get it to work exactly as you said.

What I had to do was:

Code: Select all

CType(tChart1.Series(0), Steema.TeeChart.Styles.Line).LinePen.Visible = False
Is there a simpler way?

Regards
Reg Bust
by I-Maps
Tue Mar 28, 2006 8:19 am
Forum: .NET
Topic: Don't show the joining lines on a line series
Replies: 3
Views: 5870

Don't show the joining lines on a line series

Hi

I have a line series.

I want to be able to toggle showing the lines that connect the points (so that it looks like a point series).

In the previous version the code I used was

tChart1.Series(1).asLine.LinePen.Visible = True/False

How do I do the same in this version?

Regards
Reg Bust
by I-Maps
Thu Mar 16, 2006 7:06 am
Forum: .NET
Topic: Different colours for each of the labels/marks of a series
Replies: 7
Views: 10046

Thank you

Thank you for the help with setting the colours and making the marks transparent.

All working now.

I have sent another request in a different topic.

Regards
Reg Bust
by I-Maps
Thu Mar 16, 2006 7:04 am
Forum: .NET
Topic: Border around chart and clipping
Replies: 2
Views: 6332

Border around chart and clipping

Hi I have sent a chart (in .ten and .png format) via the newsgroup (the .NET v2 newsgroup). Please tell me how to: 1. Remove the space at the left, right and bottom of the chart. (The space that is not part of the grid.) 2. Currently some of my labels (e.g. "Zaptronix" on the extreme left) extend in...
by I-Maps
Thu Mar 16, 2006 7:02 am
Forum: .NET
Topic: Different colours for each of the labels/marks of a series
Replies: 7
Views: 10046

Border around chart and clipping

Hi I have sent a chart (in .ten and .png format) via the newsgroup (the .NET v2 newsgroup). Please tell me how to: 1. Remove the space at the left, right and bottom of the chart. (The space that is not part of the grid.) 2. Currently some of my labels (e.g. "Zaptronix" on the extreme left) extend in...
by I-Maps
Wed Nov 09, 2005 8:42 am
Forum: .NET
Topic: '0' is not a valid value for 'Value' exception
Replies: 4
Views: 7192

More info on the editing arrow series problem

Hi I've sent two .ten files to you via the newsgroup you gave. ViewTemplate.ten contains three arrow series. ViewTemplatePoint.ten was obtained from the first by changing the arrow series into point series. If I load ViewTemplate.ten (using the Import feature) and then "Show Editor" and then double-...
by I-Maps
Fri Nov 04, 2005 4:01 pm
Forum: .NET
Topic: System.IO.FileNotFoundException
Replies: 6
Views: 9412

Any information

Hi Vaughan and Narcis

I get exactly the same error.

I tried the "CopyLocal = True" thing, but it did not help.

Can you suggest any workarounds?

Reg
by I-Maps
Fri Nov 04, 2005 8:05 am
Forum: .NET
Topic: '0' is not a valid value for 'Value' exception
Replies: 4
Views: 7192

More info

Hi

I have a number of series on my chart, some of them are arrow series, some are line or point series.

I don't get this problem when double-clicking on the line or point series, ONLY on the arrow series.

How do I send you the saved .TEN File?

Regards
Reg

[/img]
by I-Maps
Fri Nov 04, 2005 7:27 am
Forum: .NET
Topic: '0' is not a valid value for 'Value' exception
Replies: 4
Views: 7192

'0' is not a valid value for 'Value' exception

Hi When I use the chart editor, as soon as I double click a series to edit it, I get the following exception: Exception of type "System.ArgumentException" '0' is not a vaid value for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'. I have filled the series with values via code. Any ideas?...
by I-Maps
Wed Nov 02, 2005 4:34 pm
Forum: .NET
Topic: Resize/Move the chart with the form it's on.
Replies: 3
Views: 6211

Thank you.

Works beautifully.

I appreciate your help. :lol:
by I-Maps
Tue Nov 01, 2005 4:12 pm
Forum: .NET
Topic: Resize/Move the chart with the form it's on.
Replies: 3
Views: 6211

Resize/Move the chart with the form it's on.

Hi Thank you for your help with my previous queries. This time I have a really silly question. :oops: How do I resize a teeChart to always fill the form as the user resizes the form? I see that in the demo that all your charts do resize very well. I can't find the code that does that. In TeeCharts A...
by I-Maps
Mon Oct 31, 2005 6:52 am
Forum: .NET
Topic: A line connecting the (base) points of an arrow series
Replies: 2
Views: 5014

Thank you.

Much appreciated.
by I-Maps
Thu Oct 27, 2005 2:18 pm
Forum: .NET
Topic: A line connecting the (base) points of an arrow series
Replies: 2
Views: 5014

A line connecting the (base) points of an arrow series

Hi I have an arrow series in 2-d. I want to know if it is possible to draw a line that joins all the base (XStart,YStart) points. I realise that I could have two series: an arrow series and a line series, both filled with the same data. I am hoping that it is possible to have just the one series, as...
by I-Maps
Thu Oct 27, 2005 6:48 am
Forum: .NET
Topic: Pointers for Arrow Series
Replies: 2
Views: 5140

Arrow Pointers Thank you.

It works. Thank you.
by I-Maps
Wed Oct 26, 2005 8:17 am
Forum: .NET
Topic: Pointers for Arrow Series
Replies: 2
Views: 5140

Pointers for Arrow Series

Hi I'm using TeeChart.NET v2 with Visual Basic.NET. I have an "Arrows" series. I want to put a marker (such as a small dot, sphere, etc.) at the beginning of the arrow (to mark the exact spot of (X,Y)). I can do this using the editor (by going to "Marks", then "Arrow" then selection "Pointer" and se...