Nevron .NET Vision
Nevron.Chart Namespace / LegendMode Enumeration


In This Topic
    LegendMode Enumeration
    In This Topic
    This custom type is accepted by the LegendMode property and controls the mode of the Nevron Chart for .NET integrated legend. When the LegendMode property is set to Disabled the legend is not shown. In Automatic mode the legend displays the presentation groups of the component. In Manual mode the user is able to fill the legend with custom data. See the Configuring the Legend topic for more information.
    Syntax
    'Declaration
     
    
    Public Enum LegendMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendMode
    public enum LegendMode : System.Enum 
    Members
    MemberDescription
    Automaticthe legend is automatically filled with items from the displayed series
    Disabledthe component does not show the legend
    Manualthe legend displays user defined information
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.LegendMode

    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