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

    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