Gets the root Panel in the hierarchy of dashboard components.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Panel RootPanel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RootPanel As Panel |
An instance of the Panel class.
See Also