Defines panel that contains UIElement attached to the data coordinates.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class ChartPanel : Panel, IChartLayer
Visual Basic
Public Class ChartPanel _
	Inherits Panel _
	Implements IChartLayer
XAML Object Element Usage
<ChartPanel .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          C1.Phone.Chart..::..ChartPanel

See Also