Base class for all charts in the report. Holds methods and properties common for all derived charts.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public abstract class Chart : ReportItem |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class Chart |
Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
MindFusion.Reporting.ReportItem
MindFusion.Reporting.Chart
MindFusion.Reporting.AxesChart
MindFusion.Reporting.PieChart
MindFusion.Reporting.RadarChart
See Also