Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Legend Class
Members


In This Topic
    Legend Class
    In This Topic
    Encapsulates the data related to a Chart's legend.
    Syntax
    'Declaration
     
    
    Public Class Legend 
    'Usage
     
    
    Dim instance As Legend
    public class Legend 
    Inheritance Hierarchy

    System.Object
       Xceed.Workbooks.NET.Legend

    Public Properties
     NameDescription
    Public PropertyGets the Line that surrounds the Legend.  
    Public PropertyGets the Area that acts as the Legend's background.  
    Public PropertyGets or sets if the Legend will be positioned over the Chart's PlotArea.  
    Public PropertyGets or sets the position of the Legend in relation ot the Chart's PlotArea.  
    Public PropertyGets the TextOptions that will be used to customize the text inside the Legend.   
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, 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