Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Legend Class
Members


In This Topic
    Legend Class
    In This Topic
    The Legend class represents the integrated legend of Xceed Chart for WinForms.
    Object Model
    Legend Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class Legend 
    'Usage
     
    Dim instance As Legend
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class Legend 
    Remarks
    The integrated legend can display various information about the chart series or custom data. Each chart is associated with only one legend, but one legend can be associated with many charts.
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.Legend

    Public Constructors
     NameDescription
    Public ConstructorCreates a new legend.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe backplane applied on the legend.  
    Public PropertyThe legend data when the legend operates in Custom mode.  
    Public PropertyThe footer of the legend.  
    Public PropertyThe header of the legend.  
    Public PropertyThe horizontal margin of the legend in percents of the control view area width.  
    Public PropertyThe horizontal align of the legend relative to the horizontal margin.  
    Public PropertyGives you access to the Interactivity object associated with the legend.  
    Public PropertyControls the mode of the legend.  
    Public PropertyThe vertical align of the legend relative to the vertical margin.  
    Public PropertyThe vertical margin of the legend in percents of the control view area height.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this legend object  
    Public MethodCreates a user control which can be used for this object visual editing  
    Public MethodSets a predefined legend layout and position.  
    Top
    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