Actually, setting BevelOuter to bvNone was sufficient.
Tom
Search found 9 matches
- Tue Nov 30, 2004 10:06 am
- Forum: VCL
- Topic: Border for a chart
- Replies: 5
- Views: 8118
- Tue Nov 30, 2004 8:16 am
- Forum: VCL
- Topic: Border for a chart
- Replies: 5
- Views: 8118
- Mon Nov 29, 2004 4:18 pm
- Forum: VCL
- Topic: Border for a chart
- Replies: 5
- Views: 8118
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...
- Tue Jul 13, 2004 10:01 am
- Forum: VCL
- Topic: Colored bands in radar plots
- Replies: 8
- Views: 13028
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.
- Mon Jul 12, 2004 4:05 pm
- Forum: VCL
- Topic: Colored bands in radar plots
- Replies: 8
- Views: 13028
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...
- Fri Jul 09, 2004 10:55 am
- Forum: VCL
- Topic: Colored bands in radar plots
- Replies: 8
- Views: 13028
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 ...
- Fri Jul 09, 2004 8:21 am
- Forum: VCL
- Topic: Colored bands in radar plots
- Replies: 8
- Views: 13028
Colored bands
Thank you. I will have a look at it.
Tom
Tom
- Thu Jul 08, 2004 11:09 am
- Forum: VCL
- Topic: Colored bands in radar plots
- Replies: 8
- Views: 13028
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...