Visit Gigasoft's Web Site
 ProEssentials v9 Help

HideIntersectingText

Scope

Pego, Pesgo, Pepso

Type

Int32

Default

PEHIT_NO_HIDING

.NET

PeAnnotation.Graph.HideIntersectingText

Ocx|Vcl

HideIntersectingText

DLL

PEP_nHIDEINTERSECTINGTEXT

 

Purpose

This property is used with GraphAnnotationText to control hiding of intersecting text.

 

This property is generally used in conjunction with GraphAnnotationType PEGAT_POINTER(37)

 

.NET Gigasoft.Enums.

ActiveX and

HideIntersectingText.

DLL Constants

Description

NoHiding

PEHIT_NO_HIDING(0)

No Hiding of Graph Annotation Text

Hide

PEHIT_HIDE(1)

Prevent Intersecting Text

HidePointerTopRight

PEHIT_HIDE_POINTER_TOP_RIGHT(2)

Hide if Top Right location occupied

HidePointerTopLeft

PEHIT_HIDE_POINTER_TOP_LEFT(3)

Hide if Top Left location occupied

HidePointerBottomLeft

PEHIT_HIDE_POINTER_BOTTOM_LEFT(4)

Hide if Bottom Left location occupied

HidePointerBottomRight

PEHIT_HIDE_POINTER_BOTTOM_RIGHT(5)

Hide if Bottom Right location occupied

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

eHideIntersectingText = (xShowText, gHideText, xPointerTopRight, xPointerTopLeft,

xPointerBottomLeft, xPointerBottomRight);

 

Comments

PeAnnotation.Graph.HideIntersectingText members of Pego.PeAnnotation.Graph, Pesgo.PeAnnotation.Graph, Pepso.PeAnnotation.Graph

 

Refer to Chapter 7, Question 10 for more information on annotations.

 

See Also: GraphAnnotationAxis, GraphAnnotationColor, GraphAnnotationHotSpot, GraphAnnotationTextSize, GraphAnnotationType, GraphAnnotationX, GraphAnnotationY