ActiveReports 12
PerformLayout(Control,String) Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class > PerformLayout Method : PerformLayout(Control,String) Method
A System.Windows.Forms.Control that represents the most recently changed control.
The name of the most recently changed property on the control.
Forces the control to apply layout logic to all its child controls.
Syntax
'Declaration
 
Public Overloads Sub PerformLayout( _
   ByVal affectedControl As Control, _
   ByVal affectedProperty As String _
) 
public void PerformLayout( 
   Control affectedControl,
   string affectedProperty
)

Parameters

affectedControl
A System.Windows.Forms.Control that represents the most recently changed control.
affectedProperty
The name of the most recently changed property on the control.
See Also

Reference

SharpGraph Class
SharpGraph Members
Overload List