Version

SplitBounds Method

Returns the Series Label bounds and Item Label bounds at the ideal proportion and location, given the entire bounding rectangle for all axis labels.
Syntax
'Declaration
 
Protected Overridable Sub SplitBounds( _
   ByVal originalBounds As Rectangle, _
   ByVal axisNumber As AxisNumber, _
   ByVal itemLabels As AxisLabelInfoCollection, _
   ByVal seriesLabels As AxisLabelInfoCollection, _
   ByRef itemLabelBounds As Rectangle, _
   ByRef seriesLabelBounds As Rectangle, _
   ByVal axisApp As AxisAppearance _
) 

Parameters

originalBounds
The bounding rectangle for all labels on this axis.
axisNumber
The AxisNumber of this axis.
itemLabels
The Item Labels to be displayed on this axis.
seriesLabels
The Series Labels to be displayed on this axis.
itemLabelBounds
The ideal bounding rectangle for Item Labels.
seriesLabelBounds
The ideal bounding rectangle for Series Labels.
axisApp
Axis appearance settings.
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