RadControls for WPF

This class represents a 2D StackedBar series item.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.2.611.40

Syntax

C#
public class RangeBar : Bar
Visual Basic
Public Class RangeBar _
	Inherits Bar

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.Charting..::..BaseChartItem
                Telerik.Windows.Controls.Charting..::..BaseChartItem2D
                  Telerik.Windows.Controls.Charting..::..Bar
                    Telerik.Windows.Controls.Charting..::..RangeBar
                      Telerik.Windows.Controls.Charting..::..HorizontalRangeBar

See Also