Page 1 of 1

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

Posted: Thu Feb 01, 2007 4:59 pm
by 5892666
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

Posted: Mon Feb 05, 2007 12:35 pm
by Pep
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;