Charting for WPF Programmer's Guide

ChartLegend Class

Remarks See Also
 


Describes a legend where each item gives info about a ChartSeries.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public class ChartLegend : Legend

Visual Basic  Copy Code

Public Class ChartLegend
    Inherits Legend

Java  Copy Code

public class ChartLegend extends Legend

 Remarks

If you want to show a legnd where each item gives information about a datapoint from a single ChartSeries use SeriesLegend.

 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

 See Also