RadControls for WPF

Represents a special chart that visualizes its data points using arc segments.

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

Syntax

C#
public class RadPieChart : RadChartBase
Visual Basic
Public Class RadPieChart _
	Inherits RadChartBase

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
              RadControlBase
                Telerik.Windows.Controls.ChartView..::..PresenterBase
                  Telerik.Windows.Controls.ChartView..::..RadChartBase
                    Telerik.Windows.Controls..::..RadPieChart

See Also