SpreadsheetGear 2017
LegendPosition Enumeration






SpreadsheetGear.Charts Namespace : LegendPosition Enumeration
Specifies the position of the legend.
Syntax
'Declaration
 
Public Enum LegendPosition 
   Inherits System.Enum
'Usage
 
Dim instance As LegendPosition
public enum LegendPosition : System.Enum 
public enum LegendPosition = class(System.Enum)
public enum LegendPosition extends System.Enum
__value public enum LegendPosition : public System.Enum 
public enum class LegendPosition : public System.Enum 
Members
MemberDescription
BottomSpecifies position is bottom.
CornerSpecifies position is corner.
CustomSpecifies position is custom or moved.
LeftSpecifies position is left.
RightSpecifies position is right.
TopSpecifies position is top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.LegendPosition

Requirements

Target Platforms: 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

Reference

SpreadsheetGear.Charts Namespace