Version

LocationType Enumeration

Type of Location specified in a Location object.
Syntax
'Declaration
 
Public Enum LocationType 
   Inherits System.Enum
public enum LocationType : System.Enum 
Members
MemberDescription
DataValuesLocation is generated using data values, by mapping on the X and Y axes. Not supported for 3D charts.
PercentageLocation is specified in X and Y percentage coordinates, relative to the chart area.
PixelsLocation is specified in pixel coordinates.
RowColumnLocation is generated using a row and column "find" match. Not supported for 3D charts.
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