RadControls for WPF

This class represents a concrete implementation of a chart series in the 2D space.

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

Syntax

C#
public class Series : ItemsControl, IInteractionManager, 
	IInteractiveElement, IModelControl3D, ILogicalItem, ISeriesControl
Visual Basic
Public Class Series _
	Inherits ItemsControl _
	Implements IInteractionManager, IInteractiveElement, IModelControl3D, ILogicalItem,  _
	ISeriesControl

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
                Telerik.Windows.Controls.Charting..::..Series
                  Telerik.Windows.Controls.Charting..::..SelfDrawingSeries

See Also