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


In This Topic
    LegendData Class
    In This Topic
    Contains the data items displayed by the legend.
    Object Model
    LegendData Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)>
    <SerializableAttribute()>
    Public Class LegendData 
       Inherits LegendComponent
    'Usage
     
    Dim instance As LegendData
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)]
    [Serializable()]
    public class LegendData : LegendComponent 
    Remarks
    The Items member contains objects of type LegendDataItem representing the legend data items. This object also exposes several properties that allow you to modify the legend layout and the dimensions of the data items.
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.LegendComponent
          Xceed.Chart.Core.LegendData

    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