Represents a component that contains multiple child components and manages their layout.
Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components
SyntaxJava
Copy Code
|
|---|
public abstract class Panel extends Component |
Inheritance Hierarchyjava.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