RadControls for Silverlight

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.2.611.1050

Syntax

C#
public class RadScatterSparkline : RadItemDrawnSparklineBase, 
	ISupportsNormalRange
Visual Basic
Public Class RadScatterSparkline _
	Inherits RadItemDrawnSparklineBase _
	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..::..RadItemDrawnSparklineBase
                Telerik.Windows.Controls..::..RadScatterSparkline

See Also