AnnotationTool->Shape->Visible=false; hides frame

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
keith
Newbie
Newbie
Posts: 7
Joined: Thu Sep 05, 2002 4:00 am

AnnotationTool->Shape->Visible=false; hides frame

Post by keith » Thu Feb 01, 2007 4:59 pm

AnnotationTool->Shape->Visible=false; hides the frame, but the text is still visible.

Meanwhile,

AnnotationTool->Shape->Frame->Visible=false; does exactly the same thing.. hide the frame, only, as expected.

Why doesn't AnnotationTool->Shape->Visible=false; hides the entire object?

Keith

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Feb 05, 2007 12:35 pm

Hi keith,

here, using the latest TeeChart Pro v7, it works as expected, setting Shape visible to false hides only the shape, setting Frame visible to false hides only the border of the shape.
To hide the complete Annotation you must use :
Annotation->Visible=false;

Post Reply