RadControls for WPF

This class represents a concrete implementation of a stacked spline area 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 StackedSplineAreaSeries : SplineAreaSeries
Visual Basic
Public Class StackedSplineAreaSeries _
	Inherits SplineAreaSeries

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
                    Telerik.Windows.Controls.Charting..::..BaseAreaSeries
                      Telerik.Windows.Controls.Charting..::..SplineAreaSeries
                        Telerik.Windows.Controls.Charting..::..StackedSplineAreaSeries

See Also