Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / LineLayout 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 marker whose hint label and line will be arranged.
Offset used to calculate the position of the line and label primitives.


In This Topic
    ArrangeHint Method (LineLayout)
    In This Topic
    Arranges the hint label and line.
    Syntax
    'Declaration
     
    Protected Overridable Sub ArrangeHint( _
       ByVal series As Series, _
       ByVal labelPrimitive As BaseTitleLabel, _
       ByVal linePrimitive As ChartPrimitive, _
       ByVal marker As ChartPrimitive, _
       ByVal location As DataPoint _
    ) 
    'Usage
     
    Dim instance As LineLayout
    Dim series As Series
    Dim labelPrimitive As BaseTitleLabel
    Dim linePrimitive As ChartPrimitive
    Dim marker As ChartPrimitive
    Dim location As DataPoint
     
    instance.ArrangeHint(series, labelPrimitive, linePrimitive, marker, location)
    protected virtual void ArrangeHint( 
       Series series,
       BaseTitleLabel labelPrimitive,
       ChartPrimitive linePrimitive,
       ChartPrimitive marker,
       DataPoint location
    )

    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.
    marker
    The marker whose hint label and line will be arranged.
    location
    Offset used to calculate the position of the line and label primitives.
    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