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

    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