RadControls for Silverlight

This class represents the chart legend.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.2.611.1050

Syntax

C#
public class ChartLegend : HeaderedItemsControl, 
	IInteractionManager, IInteractiveElement, IChartThemable, ILogicalItem
Visual Basic
Public Class ChartLegend _
	Inherits HeaderedItemsControl _
	Implements IInteractionManager, IInteractiveElement, IChartThemable, ILogicalItem

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls..::..HeaderedItemsControl
                Telerik.Windows.Controls.Charting..::..ChartLegend

See Also