RadControls for Silverlight

Sparkline that displays a set of data points connected by a line. Supports indicators and normal range.

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

Syntax

C#
public class RadLinearSparkline : RadLinearSparklineBase, 
	ISupportsNormalRange
Visual Basic
Public Class RadLinearSparkline _
	Inherits RadLinearSparklineBase _
	Implements ISupportsNormalRange

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    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..::..RadLinearSparkline

See Also