ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LegendItem Class
Members


In This Topic
    LegendItem Class
    In This Topic
    Represents the item in the chart legend.
    Object Model
    LegendItem Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class LegendItem 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As LegendItem
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class LegendItem : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.LegendItem

    See Also