RadControls for WPF

The RadHorizontalBulletGraph control is a variation of linear gauge. It combines a number of indicators, as well as the data indicator into one control, which is light weight, easily customizable and straightforward to setup and use. The control a great tool for dashboards as it is the optimal way to present a lot of information in relatively small size.

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

Syntax

C#
public class RadHorizontalBulletGraph : RadBulletGraphBase
Visual Basic
Public Class RadHorizontalBulletGraph _
	Inherits RadBulletGraphBase

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.BulletGraph..::..RadBulletGraphBase
                Telerik.Windows.Controls..::..RadHorizontalBulletGraph

See Also