Search
Dashboard.LayoutPanel Property
See Also
 






Gets a Panel containing dashboard components that should participate in layout measurements and be arranged relatively to each other.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Panel LayoutPanel { get; set; }

Visual Basic  Copy Code

Public Property LayoutPanel As Panel

 Property Value

An instance of the Panel class.

 See Also