Represents a C1Chart control.

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

Inheritance Hierarchy

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

See Also