Xceed Chart for WinForms v4.4 Documentation
LegendMode Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : LegendMode Enumeration
This custom type is accepted by the LegendMode property and controls the mode of the Xceed Chart for WinForms 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
         Xceed.Chart.Core.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

Reference

Xceed.Chart.Core Namespace