RadControls for Silverlight

This class represents a concrete implementation of a stacked spline 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.1050

Syntax

C#
public class StackedSplineSeries : SplineSeries
Visual Basic
Public Class StackedSplineSeries _
	Inherits SplineSeries

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..::..BaseLineSeries
                    Telerik.Windows.Controls.Charting..::..SplineSeries
                      Telerik.Windows.Controls.Charting..::..StackedSplineSeries

See Also