Defines element of chart panel.

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 ChartPanelObject : ContentControl
Visual Basic
Public Class ChartPanelObject _
	Inherits ContentControl
XAML Object Element Usage
<ChartPanelObject .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1.Phone.Chart..::..ChartPanelObject

See Also