RadControls for Silverlight

The RadVerticalBulletGraph 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.1050

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls.BulletGraph..::..RadBulletGraphBase
            Telerik.Windows.Controls..::..RadVerticalBulletGraph

See Also