Search found 9 matches

by Tom
Tue Nov 30, 2004 10:08 am
Forum: VCL
Topic: Border for a chart
Replies: 5
Views: 8080

Actually, setting BevelOuter to bvNone was sufficient.

Tom
by Tom
Tue Nov 30, 2004 10:06 am
Forum: VCL
Topic: Border for a chart
Replies: 5
Views: 8080

I am using version 7 for Delphi 7.

Yes, setting BevelInner and BevelOuter to bvNone worked. So thank you. I had to add Controls to the uses list though. But that was trivial.

Tom
by Tom
Tue Nov 30, 2004 8:16 am
Forum: VCL
Topic: Border for a chart
Replies: 5
Views: 8080

Thank you for the suggestion, but the answer is no, that does not work. Setting BevelWidth to zero yields the following error message:

[Error] ProductionUnit.pas(796): Constant expression violates subrange bounds

That value should be in the range 1..MaxInt.

Tom
by Tom
Mon Nov 29, 2004 4:18 pm
Forum: VCL
Topic: Border for a chart
Replies: 5
Views: 8080

Border for a chart

I am generating a series of charts directly from a Delphi (7) program. For one of them, I want the border to be invisible. So, I use Chart.Border.Visible := False;. Then, the left and top border vanishes, but there are still a remant left of the left and bottom one. If I look closely ate the chart w...
by Tom
Tue Jul 13, 2004 10:01 am
Forum: VCL
Topic: Colored bands in radar plots
Replies: 8
Views: 12973

Colored bands

Thank you. I'll try to do some headscratching and see what I can find. It is vacation time now, so I may be silent for the next few weeks.
by Tom
Mon Jul 12, 2004 4:05 pm
Forum: VCL
Topic: Colored bands in radar plots
Replies: 8
Views: 12973

colored bands

Pardon me for not responding before, I had to tak my family outside the reach of the Internet for the weekend. In any case, thank you very much, this one is quite a lot closer to what I ideally would like. The ideal would be to have the colors follow the corresponding bands in the radar plot, i.e. a...
by Tom
Fri Jul 09, 2004 10:55 am
Forum: VCL
Topic: Colored bands in radar plots
Replies: 8
Views: 12973

Colored bands

I am unexperienced, but ... The code seems to work in a fashion, But: - I would like to have the colored band on the background with the plot on top, so I assume that the event Series1BeforeDrawValues is the correct one. However, I cannot locate that one. Logically, the procedures seems to generate ...
by Tom
Fri Jul 09, 2004 8:21 am
Forum: VCL
Topic: Colored bands in radar plots
Replies: 8
Views: 12973

Colored bands

Thank you. I will have a look at it.

Tom
by Tom
Thu Jul 08, 2004 11:09 am
Forum: VCL
Topic: Colored bands in radar plots
Replies: 8
Views: 12973

Colored bands in radar plots

I am using TChart 6.01 with Delphi 7 and I am very satisfied with that combination. One of the plots I am generating is a radar plot with two series in it. What I would like to include is three colored zones with for instance a light red in background of the middle (center) part, a band of light yel...