Search found 35 matches

by Anthony
Fri Jan 14, 2005 12:39 pm
Forum: .NET
Topic: Smooth lines
Replies: 7
Views: 13900

Hi Narcis,

I must say I already tried your suggestion, as I found that extra line of code

smoothLine.CheckDataSource();

in the TeeChart example for smoothing lines.

But this did not have any effect for me ... still straight lines

Any idea what may be wrong ??

Regards,
Antoon Koster
[/img]
by Anthony
Fri Jan 14, 2005 8:32 am
Forum: .NET
Topic: Smooth lines
Replies: 7
Views: 13900

Hi, Thanks for your reply. I studied the TeeChart examples, and tried the following, but no smooth lines .... Any idea what might be wrong ... My code looks like: internal void SetLocationSeries() { Steema.TeeChart.Styles.Line line; int iSeries=0; for (int iPar=0;iPar<noPars;iPar++) { for (int iTime...
by Anthony
Thu Jan 13, 2005 11:45 am
Forum: .NET
Topic: Coloring the header and footer
Replies: 1
Views: 4794

Coloring the header and footer

Hi, I tried to customize the color of the header and footer, but no result. For some reason the color for the header is always *blue* and the footer always *red*. But if I check the actual color by *tChart1.Header.Color.Name*, it shows up with *silver*. Same for the footer, also *silver*. Of course ...
by Anthony
Thu Jan 13, 2005 11:36 am
Forum: .NET
Topic: Smooth lines
Replies: 7
Views: 13900

Smooth lines

Hi, Is there an option in TeeChart fro drawing smooth lines for data series ? In my application all series points are connected with straight lines. (I remember splines are doing a great job for drawing smooth lines) In the TeeChart documentation I went thru all the different line options (fastline,...
by Anthony
Thu Jan 13, 2005 7:09 am
Forum: .NET
Topic: Coloring series
Replies: 3
Views: 7203

Hi, Great, It works .... Last question, I would like to have the lines of my series a little but thicker. How can I set the thickness of my lines. I tried with the code: line.LineHeight = 10; // vertical thickness of the line in pixels but it did not work. Some help would be nice. Thanks, Antoon Kos...
by Anthony
Wed Jan 12, 2005 1:47 pm
Forum: .NET
Topic: Coloring series
Replies: 3
Views: 7203

Coloring series

Hi, I tried to customize the color of my series, but for some reason I always see the predefined default colors. MY code looks like: line = new Steema.TeeChart.Styles.Line(); line.LinePen.Color = Color.Red; tChart1.Series.Add(line); Now I expect alle series to be red, but alas .. default colors agai...
by Anthony
Tue Jan 11, 2005 5:19 pm
Forum: .NET
Topic: Adding legend to series
Replies: 8
Views: 12483

Hi, Still a question about the TChart' s anchor properties you mentioned. If I am in design mode with the form including my TChart component, and then right-click and go to Properties in the Context Menu, then the TeeChart editor is launched. In this case I expect a Property Window, with an attribut...
by Anthony
Tue Jan 11, 2005 5:10 pm
Forum: .NET
Topic: Date time axis
Replies: 3
Views: 7153

Date time axis

Hi, I am trying to implement axes with date time labels, studied the tutorial, but for some reason, it does not work. Here is my code: DateTime[] dateTimes; (...) // populating series line.XValues.DateTime = true; tChart1.Series.Add(line); for (int iTime=0;iTime<noTimes;iTime++) { xValues[iTime] = d...
by Anthony
Tue Jan 11, 2005 12:52 pm
Forum: .NET
Topic: Adding legend to series
Replies: 8
Views: 12483

Hi, It works great ! BTW, last 2 questions .. 1) If I maximize my window including the TeeChart component, the TeeChart component is not resized . Why ?? 2) Normally I have two or more series connected to both vertical axes, but sometimes there is only one single series to display. In that case I on...
by Anthony
Tue Jan 11, 2005 11:07 am
Forum: .NET
Topic: Adding legend to series
Replies: 8
Views: 12483

Hi Pep, Thanks for your quick reply, but it did not work. The compiler complained about invalid arg 1,2 and 3. I guess, because there is no overloaded method taking System.Array, System.Array and string (legend) as arguments. I found some overloaded method taking a string, but that's is the string c...
by Anthony
Tue Jan 11, 2005 10:24 am
Forum: .NET
Topic: Adding legend to series
Replies: 8
Views: 12483

Adding legend to series

Hi, I would ike to add strings for the legend of my series. My code looks like: Steema.TeeChart.Styles.Line line; for (int iPar=0;iPar<noPars;iPar++) { // parameter iPar iTime= 0; // only first time level float[] xValues = new float[noLocs]; float[] yValues = new float[noLocs]; line = new Steema.Tee...
by Anthony
Tue Jan 11, 2005 8:57 am
Forum: .NET
Topic: Basic problem
Replies: 2
Views: 5518

Yeah ... Thanks.

Antoon Koster
by Anthony
Tue Jan 11, 2005 8:41 am
Forum: .NET
Topic: Basic problem
Replies: 2
Views: 5518

Basic problem

Hi, I just downloaded the .NET evaluation version, and tried an example with bars from the tutorial, but for some reason, I only see my form with a TeeChart component on it (TeeChart comp. dragged to my form in design mode), but no axes and no bars. Maybe I forgot to set the visiblitiy for the axis ...
by Anthony
Tue Dec 28, 2004 7:21 am
Forum: .NET
Topic: C# documentation
Replies: 9
Views: 15404

Hi,

Thanks again.

Maybe we must consider the .NET version ....

So, what is price for purchasing the .NET version while upgrading from are present ProActiveX V6 version. On your site I only see the price for upgrading from V7 version.

Regards,
Antoon Koster
Netherlands
by Anthony
Thu Dec 23, 2004 6:23 am
Forum: .NET
Topic: C# documentation
Replies: 9
Views: 15404

Hi, Thanks for your full explanation, but ... We just purchased a license for TeeChart ProActiveX and if I read the differences between the ProActiveX and the .NET version, I don't think I can convince my boss to buy also a license for the .NET version. So, this means we have to stick with the ProAc...