Xceed Chart for WinForms v4.4 Documentation
LegendData Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : LegendData Class
Contains the data items displayed by the legend.
Object Model
LegendData Class
Syntax
'Declaration
 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Utilities.ObjectEditor, Xceed.Chart.Utilities.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class LegendData 
   Inherits LegendComponent
'Usage
 
Dim instance As LegendData
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Utilities.ObjectEditor, Xceed.Chart.Utilities.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[ClassInterface(ClassInterfaceType.AutoDual)]
[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

Reference

LegendData Members
Xceed.Chart.Core Namespace