RadControls for WPF

Scatter Sparkline displays values as a set of separated points. Supports indicators and normal range. Indicated values are shown in a different color.

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

Syntax

C#
public class RadScatterSparkline : RadItemDrawnSparklineBase, 
	ISupportsNormalRange
Visual Basic
Public Class RadScatterSparkline _
	Inherits RadItemDrawnSparklineBase _
	Implements ISupportsNormalRange

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..::..RadItemDrawnSparklineBase
                    Telerik.Windows.Controls..::..RadScatterSparkline

See Also