Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / LegendItemBase Class
Members


In This Topic
    LegendItemBase Class
    In This Topic
    Base class of LegendItem.
    Syntax
    'Declaration
     
    Public Class LegendItemBase 
    'Usage
     
    Dim instance As LegendItemBase
    public class LegendItemBase 
    Remarks

    Participates in legend databinding as a data source and stores information about a legend item displayed in the legend.

    This class is designed to group legend items displayed in legend into the following levels: Area, Series, and DataPoints.

    Grouping is implemented through the LegendItemBase Text and AreaTitle properties.

    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Toolkit.Chart.LegendItemBase
          Xceed.Wpf.Toolkit.Chart.LegendItem

    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