MindFusion.Wpf Pack Programmer's Guide
Legend Class
See Also
 





A base class for classes that create legends in the chart.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 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

Legend Members
MindFusion.Charting.Wpf Namespace