TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
TestAlways
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA
Post
by TestAlways » Fri Dec 14, 2007 11:24 pm
I know this is not a bug, but I need a palatable solution. In the image below:
The line that is suppose to be yellow is infact not--it's black. Obvious due to 3d rendering and lines.
Is there any way to automatically know that it does not have any drawing it it and change the 3d angle? It's for a legal department that wants this "fixed".
-
Narcís
- Site Admin

- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Mon Dec 17, 2007 9:59 am
Hi TestAlways,
Yes, you can try making line's pen and outline the same color as its brush as shown in the All Features\Welcome!\Chart styles\Standard\Line(strip)\Line Outline example at the new features demo, available at TeeChart's program group.
-
TestAlways
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA
Post
by TestAlways » Mon Dec 17, 2007 3:52 pm
I would like to have the outline displayed unless the width of the 3D line is small--anyway of knowing what the drawing width of the line is?
-
Narcís
- Site Admin

- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Mon Dec 17, 2007 4:08 pm
Hi TestAlways,
I'm not exactly sure about you mean but this may depend on Chart1.Chart3DPercent (ranges from 0 to 100) or line's LineHeight (Series1.LineHeight).
Hope this helps!