Visit Gigasoft's Web Site
 ProEssentials v10 Help

HidingQuickAnnotations

Scope

Pego, Pesgo, Pepso

Type

Boolean/Int32

Default

FALSE

.NET

PeAnnotation.HidingQuickAnnotations

Ocx|Vcl

HidingQuickAnnotations

DLL

PEP_bHIDINGQUICKANNOTATIONS

 

Purpose

Set to True to signal chart that the quick draw annotations mechanism is being exited. See demo example 110 and it's related event code.

 

When HidingQuickAnnotations is set True, annotations with negative types are removed from the current view and chart updating logic reverts to normal operation where the double buffer CachBmp2 is used for DrawCursorToCache

 

Only RenderEngine = Direct2D supports quick draw annotations.

 

Setting

Description

TRUE

Exiting Quick Draw annotation mode.

FALSE

Read to verify in quick draw annotation mode.

 

Comments

PeAnnotation.HidingQuickAnnotations members of Pego.PeAnnotation, Pesgo.PeAnnotation, Pe3do.PeAnnotation, Pepso.PeAnnotation

 

 

See Also: GraphAnnotationType 

 

See demo example 110.