Search
StackPanel Class
See Also
 






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

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

public class StackPanel extends Panel

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.charting.components.Component
        com.mindfusion.charting.components.Panel
            com.mindfusion.charting.components.StackPanel

 See Also