RadControls for WPF

The Sparkline Area chart consists of a series of data points joined by a line where the area below the line is filled. The area below Axis Origin can be displayed in a different color. Supports indicators.

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

Syntax

C#
public class RadAreaSparkline : RadLinearSparklineBase
Visual Basic
Public Class RadAreaSparkline _
	Inherits RadLinearSparklineBase

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
              Telerik.Windows.Controls.Sparklines..::..RadSparklineBase
                Telerik.Windows.Controls.Sparklines..::..RadIndicatedSparklineBase
                  Telerik.Windows.Controls.Sparklines..::..RadLinearSparklineBase
                    Telerik.Windows.Controls..::..RadAreaSparkline

See Also