Xceed Toolkit Plus for WPF v4.6 Documentation
PerformAxisTitleLayout Method


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > Axis Class : PerformAxisTitleLayout Method
The Rectangle where the layout is being performed.
The Rectangle of free space after the layout.
Performs the layout of the axis label.
Syntax
'Declaration
 
Protected Sub PerformAxisTitleLayout( _
   ByVal baseRect As Rect, _
   ByRef layoutedRect As Rect _
) 
'Usage
 
Dim instance As Axis
Dim baseRect As Rect
Dim layoutedRect As Rect
 
instance.PerformAxisTitleLayout(baseRect, layoutedRect)
protected void PerformAxisTitleLayout( 
   Rect baseRect,
   out Rect layoutedRect
)

Parameters

baseRect
The Rectangle where the layout is being performed.
layoutedRect
The Rectangle of free space after the layout.
Requirements

Target Platforms: Windows 11, Windows 10, 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

Reference

Axis Class
Axis Members