Search
Panel Class
See Also
 






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

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

 Syntax

Java  Copy Code

public abstract class Panel extends Component

 Inheritance Hierarchy

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

 See Also