RadControls for WPF

Sparkline with boolean representation of the data – all the data points are shown with the same magnitude with negative data points extending down from the axis while the positive ones shoot upwards.

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

Syntax

C#
public class RadWinLossSparkline : RadColumnSparkline
Visual Basic
Public Class RadWinLossSparkline _
	Inherits RadColumnSparkline

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..::..RadColumnSparkline
                      Telerik.Windows.Controls..::..RadWinLossSparkline

See Also