Charting for WPF Programmer's Guide

AxesChart Class

See Also
 


Base class for charts which support the Cartesian coordinate system.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public abstract class AxesChart : Chart

Visual Basic  Copy Code

Public MustInherit Class AxesChart
    Inherits Chart

 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.BarChart
                                    MindFusion.Charting.Wpf.LineChart

 See Also