Xceed Toolkit Plus for WPF v4.6 Documentation
ArrangeHint Method (ColumnLayout)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > ColumnLayout Class : ArrangeHint Method
The Series containing the hint label and line that will be arranged.
The label primitive that will be used for the arrangement.
The line primitive that will be used for the arrangement.
The bounds of the column, used to calculate the placement of the hint label and line.
Arrange the hint label and line.
Syntax
'Declaration
 
Protected Overridable Sub ArrangeHint( _
   ByVal series As Series, _
   ByVal labelPrimitive As BaseTitleLabel, _
   ByVal linePrimitive As ChartPrimitive, _
   ByVal layoutedBounds As Rect _
) 
'Usage
 
Dim instance As ColumnLayout
Dim series As Series
Dim labelPrimitive As BaseTitleLabel
Dim linePrimitive As ChartPrimitive
Dim layoutedBounds As Rect
 
instance.ArrangeHint(series, labelPrimitive, linePrimitive, layoutedBounds)
protected virtual void ArrangeHint( 
   Series series,
   BaseTitleLabel labelPrimitive,
   ChartPrimitive linePrimitive,
   Rect layoutedBounds
)

Parameters

series
The Series containing the hint label and line that will be arranged.
labelPrimitive
The label primitive that will be used for the arrangement.
linePrimitive
The line primitive that will be used for the arrangement.
layoutedBounds
The bounds of the column, used to calculate the placement of the hint label and line.
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

ColumnLayout Class
ColumnLayout Members