The base class for all chart elements.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class Chart : ReportItem |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class Chart |
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.PieChart
See Also