RadControls for WPF

RadChart is a powerful data visualization control that allows you to display various 2D and 3D chart series types. The control can be easily customized via control templates, provides databinding support, display animations out-of-the-box, and supports one or multiple ChartAreas in order to display multiple categories of data at the same time.

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

Syntax

C#
public class RadChart : ContentControl, IInteractionManager, 
	IInteractiveElement, IThemable, ILogicalItem
Visual Basic
Public Class RadChart _
	Inherits ContentControl _
	Implements IInteractionManager, IInteractiveElement, IThemable, ILogicalItem

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
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..RadChart

See Also