Represents a layout panel that arranges its child components in a stack.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public class StackPanel : Panel |
Visual Basic
Copy Code
|
|---|
Public Class StackPanel |
RemarksSet the Orientation property to specify horizontal or vertical stack orientation.
Inheritance HierarchySystem.Object![]()
MindFusion.Charting.Components.Component
MindFusion.Charting.Components.Panel
MindFusion.Charting.Components.StackPanel
See Also