RadControls for WPF

The BarSeriesPanel handles the positioning of the Bar and StackedBar series.

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

Syntax

C#
public class BarSeriesPanel : LinearSeriesPanel
Visual Basic
Public Class BarSeriesPanel _
	Inherits LinearSeriesPanel

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              Telerik.Windows.Controls.Charting..::..LinearSeriesPanel
                Telerik.Windows.Controls.Charting..::..BarSeriesPanel

See Also