Search found 8 matches

by AOS Dev
Fri Sep 02, 2005 8:41 am
Forum: VCL
Topic: Moving a line series so it shows in front of a bar series
Replies: 2
Views: 4157

By using Exchange, I was able to move the line series in front of the bar series.

Thank you!
:)
by AOS Dev
Mon Aug 29, 2005 4:50 am
Forum: VCL
Topic: Moving a line series so it shows in front of a bar series
Replies: 2
Views: 4157

Moving a line series so it shows in front of a bar series

I have 4 series. series 1 is a line series 2 is a bar series 3 is a line series 4 is a bar If series 2 and 3 are active, then the bar is in front of the line. Is there a way using methods or properties to make it so that the line appears in front of the bar? I want to do this using Delphi code. Than...
by AOS Dev
Mon Aug 29, 2005 4:47 am
Forum: VCL
Topic: NullValue not working
Replies: 5
Views: 6955

Thanks. I figured it out.
FastLine does not support AddNull nor AddNullXY
I had to change the series to a plain line for it to work.
by AOS Dev
Fri Aug 26, 2005 5:51 pm
Forum: VCL
Topic: NullValue not working
Replies: 5
Views: 6955

I send a snippet to the newsgroup.

I think it has to do with the Teehchart component.
The code I am using is so simple
Add(100,'jan')
add(300,'Feb')
addnull('Mar')
add(300,'apr')

and it doesn't work. So it must be something I am doing with the teechart component.
by AOS Dev
Thu Aug 25, 2005 7:13 am
Forum: VCL
Topic: NullValue not working
Replies: 5
Views: 6955

addNull

I am trying to draw a line chart. Jan through Dec I have values for Jan - Aug, I would like a Null value for Sep, Oct and I have values for Nov and Dec. I have used AddNull. What I get is a line from Jan - Aug. Then August line goes to 0 for Sep and Oct then goes back to the values for Nov and Dec. ...
by AOS Dev
Tue Aug 23, 2005 9:39 am
Forum: VCL
Topic: NullValue not working
Replies: 5
Views: 6955

NullValue not working

I have a a chart with 6 series. I am using 2 of the line series. 1 line represents 2004 Jan-Dec. 1 Line represents 2005 Jan-Dec. I used addNull('Sept 05') to the second series. I used addNull('Oct 05') to the second series. I used addNull('Nov 05') to the second series. I used addNull('Dec 05') to t...
by AOS Dev
Fri Feb 11, 2005 11:31 pm
Forum: VCL
Topic: TeeURL
Replies: 2
Views: 5159

I also have TeeChart v5 install for Delphi 7

I also have TeeChart v5 Installed for Delphi 7.
I tried to change the search path to
C:\Program Files\Steema Software\TeeChart Pro 7 for Delphi 2005\Delphi9\Lib

and made Delphi search that path first, and I am still having the error.

aos dev
by AOS Dev
Fri Feb 11, 2005 10:50 pm
Forum: VCL
Topic: TeeURL
Replies: 2
Views: 5159

TeeURL

I just installed TeeChart 7.02 with Delphi 2005.
When I place a TeeChart, no problem.
When I place a SeriesTextSource1: TSeriesTextSource, I get
TeeURL was compiled with a different version of chart.TCustomChart.

What am I doing wrong please?

aos dev