RadControls for WPF

This class represents a layout region of the RadChart control that holds certain chart series and axis data.

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 ChartArea : ItemsControl, INotifyPropertyChanged, 
	ILogicalItem, IChartThemable, IInteractionManager, IInteractiveElement, IChartExtensibleObject<ChartArea>
Visual Basic
Public Class ChartArea _
	Inherits ItemsControl _
	Implements INotifyPropertyChanged, ILogicalItem, IChartThemable, IInteractionManager,  _
	IInteractiveElement, IChartExtensibleObject(Of ChartArea)

Remarks

By default RadChart comes with a single default ChartArea but the control supports multiple ChartAreas that you can add either declaratively from xaml or from code behind.

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..::..ItemsControl
                Telerik.Windows.Controls.Charting..::..ChartArea

See Also