RadControls for Silverlight

Represents a self-drawing series.

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

Syntax

C#
public abstract class SelfDrawingSeries : Series, 
	IAnimatable
Visual Basic
Public MustInherit Class SelfDrawingSeries _
	Inherits Series _
	Implements IAnimatable

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

See Also