OverlayTextLocation
Describes location of the overlay text in relation to underlying shape.
Enumeration Members
Section titled "Enumeration Members"Let the chart automatically decide which overlay text location to use based on type of annotation layer
Auto = 0 Hidden
Section titled "Hidden"Hides the overlay text
Hidden = 18 InsideBottomCenter
Section titled "InsideBottomCenter"Positions the overlay text inside bottom center of underlying shape.
InsideBottomCenter = 8 InsideBottomLeft
Section titled "InsideBottomLeft"Positions the overlay text inside bottom left of underlying shape.
InsideBottomLeft = 7 InsideBottomRight
Section titled "InsideBottomRight"Positions the overlay text inside bottom right of underlying shape.
InsideBottomRight = 9 InsideMiddleCenter
Section titled "InsideMiddleCenter"Positions the overlay text inside middle center of underlying shape.
InsideMiddleCenter = 1 InsideMiddleLeft
Section titled "InsideMiddleLeft"Positions the overlay text inside middle left of underlying shape.
InsideMiddleLeft = 2 InsideMiddleRight
Section titled "InsideMiddleRight"Positions the overlay text inside middle right of underlying shape.
InsideMiddleRight = 3 InsideTopCenter
Section titled "InsideTopCenter"Positions the overlay text inside top center of underlying shape.
InsideTopCenter = 5 InsideTopLeft
Section titled "InsideTopLeft"Positions the overlay text inside top left of underlying shape.
InsideTopLeft = 4 InsideTopRight
Section titled "InsideTopRight"Positions the overlay text inside top right of underlying shape.
InsideTopRight = 6 OutsideBottomCenter
Section titled "OutsideBottomCenter"Positions the overlay text outside bottom center of underlying shape.
OutsideBottomCenter = 16 OutsideBottomLeft
Section titled "OutsideBottomLeft"Positions the overlay text outside bottom left of underlying shape.
OutsideBottomLeft = 15 OutsideBottomRight
Section titled "OutsideBottomRight"Positions the overlay text outside bottom right of underlying shape.
OutsideBottomRight = 17 OutsideMiddleLeft
Section titled "OutsideMiddleLeft"Positions the overlay text outside middle left of underlying shape.
OutsideMiddleLeft = 13 OutsideMiddleRight
Section titled "OutsideMiddleRight"Positions the overlay text outside middle right of underlying shape.
OutsideMiddleRight = 14 OutsideTopCenter
Section titled "OutsideTopCenter"Positions the overlay text outside top center of underlying shape.
OutsideTopCenter = 11 OutsideTopLeft
Section titled "OutsideTopLeft"Positions the overlay text outside top left of underlying shape.
OutsideTopLeft = 10 OutsideTopRight
Section titled "OutsideTopRight"Positions the overlay text outside top right of underlying shape.
OutsideTopRight = 12