RadControls for WPF

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

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

Syntax

C#
public class StackedArea100Series : AreaSeries
Visual Basic
Public Class StackedArea100Series _
	Inherits AreaSeries

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..::..AreaSeries
                        Telerik.Windows.Controls.Charting..::..StackedArea100Series

See Also