Version

GetDesiredExtent Method (AxisLabelPanelBase)

Gets the desired extent for the panel within the provided rect.
Syntax
'Declaration
 
Protected Friend Overridable Function GetDesiredExtent( _
   ByVal gridAreaRect As Rect _
) As Double
protected internal virtual double GetDesiredExtent( 
   Rect gridAreaRect
)

Parameters

gridAreaRect
The rect within to get the desired extent.

Return Value

The desired extent.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also