The base class for charts, which support the Cartesian coordinate system.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class AxesChart : Chart |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class AxesChart |
Remarks
Inheritance HierarchySystem.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