Nevron .NET Vision
Nevron.Chart Namespace / PredefinedLegendStyle Enumeration


In This Topic
    PredefinedLegendStyle Enumeration
    In This Topic
    Defines the possible predefined legend styles.
    Syntax
    'Declaration
     
    
    Public Enum PredefinedLegendStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PredefinedLegendStyle
    public enum PredefinedLegendStyle : System.Enum 
    Members
    MemberDescription
    Bottomlegend positioned on the chart bottom which expands in ColsOnly mode
    BottomLeftlegend positioned on the bottom-left side of the chart which expands in RowsOnly mode
    BottomRightlegend positioned on the bottom-right side of the chart which expands in RowsOnly mode
    Leftlegend positioned on the left side of the chart which expands in RowsOnly mode
    Rightlegend positioned on the right side of the chart which expands in RowsOnly mode
    Toplegend positioned on top of the chart which expands in ColsOnly mode
    TopLeftlegend positioned on the top-left side of the chart which expands in RowsOnly mode
    TopRightlegend positioned on the top-right side of the chart which expands in RowsOnly mode
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.PredefinedLegendStyle

    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