Search
Panel Class
See Also
 






Represents a component that contains multiple child components and manages their layout.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public abstract class Panel : Component

Visual Basic  Copy Code

Public MustInherit Class Panel
    Inherits Component

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.Components.Component
        MindFusion.Charting.Components.Panel
            MindFusion.Charting.Components.GridPanel
            MindFusion.Charting.Components.SimplePanel
            MindFusion.Charting.Components.StackPanel

 See Also