RadControls for WPF

Base class for all Bullet graphs. Provides all the functionality shared by both the horizontal and the vertical Bullet graph.

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

Syntax

C#
public abstract class RadBulletGraphBase : Control
Visual Basic
Public MustInherit Class RadBulletGraphBase _
	Inherits Control

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

See Also