Search
AreaChart Class
See Also
 






A control used to draw area charts.

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

 Syntax

C#  Copy Code

public class AreaChart : BiaxialChart

Visual Basic  Copy Code

Public Class AreaChart
    Inherits BiaxialChart

 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.AreaChart

 See Also