Version

ApplyLayoutBehaviors(Rectangle,AxisAppearance,AxisLabelInfoCollection,AxisLabelInfoCollection) Method

Applies layout effects for this axis.
Syntax
'Declaration
 
Protected Overridable Sub ApplyLayoutBehaviors( _
   ByVal bounds As Rectangle, _
   ByVal axisApp As AxisAppearance, _
   ByVal itemLabels As AxisLabelInfoCollection, _
   ByVal seriesLabels As AxisLabelInfoCollection _
) 
protected virtual void ApplyLayoutBehaviors( 
   Rectangle bounds,
   AxisAppearance axisApp,
   AxisLabelInfoCollection itemLabels,
   AxisLabelInfoCollection seriesLabels
)

Parameters

bounds
The bounding rectangle for the label area.
axisApp
The Appearance settings for this axis.
itemLabels
The Item Labels to be displayed.
seriesLabels
The Series Labels to be displayed.
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