Search
StackPanel Class
Remarks See Also
 






Represents a layout panel that arranges its child components in a stack.

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

 Syntax

C#  Copy Code

public class StackPanel : Panel

Visual Basic  Copy Code

Public Class StackPanel
    Inherits Panel

 Remarks

Set the Orientation property to specify horizontal or vertical stack orientation.

 Inheritance Hierarchy

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

 See Also