Defines base class for all amCharts classes
Defines base class for all amCharts classes

Namespace:  AmCharts.Windows.Core
Assembly:  AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class ChartBase : ContentControl
Visual Basic (Declaration)
Public MustInherit Class ChartBase _
	Inherits ContentControl
Visual C++
public ref class ChartBase abstract : public ContentControl

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
                AmCharts.Windows.Core..::.ChartBase
                  AmCharts.Windows.Core..::.SerialChart
                  AmCharts.Windows..::.PieChart
                  AmCharts.Windows..::.XyChart

See Also