Represents the chart legend.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class Legend : C1ChartLegend
Visual Basic
Public Class Legend _
	Inherits C1ChartLegend
XAML Object Element Usage
<Legend .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            C1.Phone.Chart..::..C1ChartLegend
              C1.Phone.Chart..::..Legend

See Also