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


In This Topic
    LegendText Class
    In This Topic
    Reprsents a legend header or footer.
    Object Model
    LegendText Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Utilities.BrowseablePropertyConverter)>
    <SerializableAttribute()>
    Public Class LegendText 
       Inherits LegendComponent
    'Usage
     
    Dim instance As LegendText
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Utilities.BrowseablePropertyConverter)]
    [Serializable()]
    public class LegendText : LegendComponent 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.LegendComponent
          Xceed.Chart.Core.LegendText

    Public Constructors
     NameDescription
    Public ConstructorThis 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. (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 PropertyAn additional height inflate for header or footer legend cell.  
    Public PropertyAn additional width inflate for header or footer legend cell.  
    Public PropertyThe texts displayed as legend header or footer.  
    Public PropertyThe text properties of the legend header or footer.  
    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)
    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