ActiveReports 12
GetPreferredSize Method (SharpGraph)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class : GetPreferredSize Method
The custom-sized area for a control.
Retrieves the size of a rectangular area into which a control can be fitted.
Syntax
'Declaration
 
Public Function GetPreferredSize( _
   ByVal proposedSize As Size _
) As Size
public Size GetPreferredSize( 
   Size proposedSize
)

Parameters

proposedSize
The custom-sized area for a control.

Return Value

An ordered pair of type System.Drawing.Size representing the width and height of a rectangle.
See Also

Reference

SharpGraph Class
SharpGraph Members