Charting for WPF Programmer's Guide

Legend Class

See Also
 


Represents a legend in the chart.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public abstract class Legend : ItemsControl

Visual Basic  Copy Code

Public MustInherit Class Legend
    Inherits ItemsControl

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ItemsControl
                                MindFusion.Charting.Wpf.Legend
                                    MindFusion.Charting.Wpf.ChartLegend
                                    MindFusion.Charting.Wpf.SeriesLegend

 See Also