MindFusion WinForms Programmer's Guide
Chart Class
See Also
 





Base class for all charts in the report. Holds methods and properties common for all derived charts.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public abstract class Chart : ReportItem

Visual Basic  Copy Code

Public MustInherit Class Chart
    Inherits ReportItem

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            MindFusion.Reporting.ReportItem
                MindFusion.Reporting.Chart
                    MindFusion.Reporting.AxesChart
                    MindFusion.Reporting.PieChart
                    MindFusion.Reporting.RadarChart

 See Also

Chart Members
MindFusion.Reporting Namespace