Search
Chart Class
See Also
 






A base class for chart controls.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public abstract class Chart : Dashboard

Visual Basic  Copy Code

Public MustInherit Class Chart
    Inherits Dashboard

 Inheritance Hierarchy

System.Object
    Microsoft.Maui.Controls.BindableObject
        Microsoft.Maui.Controls.Element
            Microsoft.Maui.Controls.NavigableElement
                Microsoft.Maui.Controls.VisualElement
                    Microsoft.Maui.Controls.View
                        Microsoft.Maui.Controls.GraphicsView
                            MindFusion.Charting.Controls.Dashboard
                                MindFusion.Charting.Controls.Chart
                                    MindFusion.Charting.Controls.BiaxialChart
                                    MindFusion.Charting.Controls.FunnelChart
                                    MindFusion.Charting.Controls.PieChart
                                    MindFusion.Charting.Controls.RadarChart
                                    MindFusion.Charting.Controls.TowerChart

 See Also