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

    Public Constructors
     NameDescription
    Public ConstructorThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Fields
     NameDescription
    Public FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    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. (Inherited from Xceed.Chart.Core.LegendComponent)
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.LegendComponent)
    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 maximum number of columns when ExpandMode is LegendExpandMode.ColsFixed.  
    Public PropertyThe expand strategy of the legend.  
    Public PropertyThe line properties used to draw the horizontal legend grid lines.  
    Public PropertyAn additional height inflate for each legend item.  
    Public PropertyAn additional width inflate for each legend item.  
    Public PropertyThe data contained in the legend.  
    Public PropertyThe size of the legend items mark.  
    Public PropertyThe line properties used to draw the outer horizontal legend grid lines.  
    Public PropertyThe line properties used to draw the outer vertical legend grid lines.  
    Public PropertyThe maximum number of rows when ExpandMode is LegendExpandMode.RowsFixed.  
    Public PropertyThe offset of the legend item texts from the legend item marks.  
    Public PropertyThe text properties of the legend data item texts.  
    Public PropertyThe line properties used to draw the vertical legend grid lines.  
    Top
    Public Methods
     NameDescription
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.LegendComponent)
    Public MethodReturns the legend data item at the specified row and column.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    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