Version

OverlayTextLocation Enumeration

Describes location of the overlay text in relation to underlying shape.
Syntax
'Declaration
 
Public Enum OverlayTextLocation 
   Inherits System.Enum
public enum OverlayTextLocation : System.Enum 
Members
MemberDescription
AutoLet the chart automatically decide which overlay text location to use based on type of annotation layer
HiddenHides the overlay text
InsideBottomCenterPositions the overlay text inside bottom center of underlying shape.
InsideBottomLeftPositions the overlay text inside bottom left of underlying shape.
InsideBottomRightPositions the overlay text inside bottom right of underlying shape.
InsideMiddleCenterPositions the overlay text inside middle center of underlying shape.
InsideMiddleLeftPositions the overlay text inside middle left of underlying shape.
InsideMiddleRightPositions the overlay text inside middle right of underlying shape.
InsideTopCenterPositions the overlay text inside top center of underlying shape.
InsideTopLeftPositions the overlay text inside top left of underlying shape.
InsideTopRightPositions the overlay text inside top right of underlying shape.
OutsideBottomCenterPositions the overlay text outside bottom center of underlying shape.
OutsideBottomLeftPositions the overlay text outside bottom left of underlying shape.
OutsideBottomRightPositions the overlay text outside bottom right of underlying shape.
OutsideMiddleLeftPositions the overlay text outside middle left of underlying shape.
OutsideMiddleRightPositions the overlay text outside middle right of underlying shape.
OutsideTopCenterPositions the overlay text outside top center of underlying shape.
OutsideTopLeftPositions the overlay text outside top left of underlying shape.
OutsideTopRightPositions the overlay text outside top right of underlying shape.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also