Charting for WPF Programmer's Guide

Chart Class

See Also
 


Base class for all charts.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public abstract class Chart : Control

Visual Basic  Copy Code

Public MustInherit Class Chart
    Inherits Control

 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
                            MindFusion.Charting.Wpf.Chart
                                MindFusion.Charting.Wpf.AxesChart
                                MindFusion.Charting.Wpf.PieChart

 See Also