MindFusion.Wpf Pack Programmer's Guide
AxesChart Class
Remarks See Also
 





The base class for charts, which support the Cartesian coordinate system.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public abstract class AxesChart : Chart

Visual Basic  Copy Code

Public MustInherit Class AxesChart
    Inherits Chart

 Remarks

This class is inherited by the concrete BarChart and LineChart classes.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        MindFusion.Reporting.Wpf.ReportItem
                            MindFusion.Reporting.Wpf.Chart
                                MindFusion.Reporting.Wpf.AxesChart
                                    MindFusion.Reporting.Wpf.BarChart
                                    MindFusion.Reporting.Wpf.LineChart

 See Also

AxesChart Members
MindFusion.Reporting.Wpf Namespace