3D line wrong color

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
TestAlways
Advanced
Posts: 228
Joined: Tue Aug 28, 2007 12:00 am
Location: Oregon, USA

3D line wrong color

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:

Image

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
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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

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
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!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply