Version

StaggerLabels Method (HorizontalAxisLabelPanelBase)

Staggers the axis labels.
Syntax
'Declaration
 
Protected Overrides Function StaggerLabels( _
   ByVal largestHeight As Double, _
   ByRef rectangles As List(Of Rect), _
   ByVal isOverlay As List(Of Boolean) _
) As Integer
protected override int StaggerLabels( 
   double largestHeight,
   ref List<Rect> rectangles,
   List<bool> isOverlay
)

Parameters

largestHeight
largest label's height
rectangles
list of label bounds
isOverlay
List of whether each rectangle is an overlay.

Return Value

number of rows after staggering
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