Version

GetLabelBounds Method (StaggerAxisLabelLayoutBehavior)

Gets the ideal label size according to this layout Behavior.
Syntax
'Declaration
 
Protected Overrides 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 override 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 ideal label size according to this layout Behavior.
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