Version

GetLabelBounds Method (AxisLabelLayoutBehavior)

Gets the bounding rectangle for a label based on the specified parameters.
Syntax
'Declaration
 
Protected Overridable Function GetLabelBounds( _
   ByVal pixelMid As Integer, _
   ByVal vertical As Boolean, _
   ByVal labelAreaBounds As Rectangle, _
   ByVal idealWidth As Integer, _
   ByVal idealHeight As Integer _
) As Rectangle
protected virtual Rectangle GetLabelBounds( 
   int pixelMid,
   bool vertical,
   Rectangle labelAreaBounds,
   int idealWidth,
   int idealHeight
)

Parameters

pixelMid
The middle location of this label.
vertical
Whether or not the axis is vertically oriented.
labelAreaBounds
The current bounding rectangle for all labels.
idealWidth
The ideal width of a label.
idealHeight
The ideal height of a label.

Return Value

The bounding rectangle for a label based on the specified parameters.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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