Version

LocationOffsetMode Enumeration

Mode of placement for the "offset point" of an offsetable chart element such as a callout annotation.
Syntax
'Declaration
 
Public Enum LocationOffsetMode 
   Inherits System.Enum
public enum LocationOffsetMode : System.Enum 
Members
MemberDescription
AutomaticAutomatically place the offset point according to predefined placement logic.
ManualManually place the offset point using the element's Offset property.
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