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 C1ChartLegend : ItemsControl
Visual Basic
Public Class C1ChartLegend _
	Inherits ItemsControl
XAML Object Element Usage
<C1ChartLegend .../>

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