Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / LegendPositionType Enumeration


In This Topic
    LegendPositionType Enumeration
    In This Topic
    Defines the available positions for a Legend.
    Syntax
    'Declaration
     
    
    Public Enum LegendPositionType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendPositionType
    public enum LegendPositionType : System.Enum 
    Members
    MemberDescription
    BottomThe Legend will be located under the Chart.
    LeftThe Legend will be located at the left of the Chart.
    NoneThe Legend will not be displayed.
    RightThe Legend will be located at the right of the Chart.
    TopThe Legend will be located over the Chart.
    TopRightThe Legend will be located at the top right of the Chart.
    Remarks
    This position is always relative to the Chart's PlotArea.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.LegendPositionType

    Requirements

    Target Platforms: Windows 11, Windows 10, 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