Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / Axis Class / SetTitlesDirection Method
The DataRange of the layout.
A bool indicating whether the layout is reversed.


In This Topic
    SetTitlesDirection Method
    In This Topic
    Sets the direction of the tick labels.
    Syntax
    'Declaration
     
    Public Sub SetTitlesDirection( _
       ByVal layoutRange As DataRange, _
       ByVal layoutReversed As Boolean _
    ) 
    'Usage
     
    Dim instance As Axis
    Dim layoutRange As DataRange
    Dim layoutReversed As Boolean
     
    instance.SetTitlesDirection(layoutRange, layoutReversed)
    public void SetTitlesDirection( 
       DataRange layoutRange,
       bool layoutReversed
    )

    Parameters

    layoutRange
    The DataRange of the layout.
    layoutReversed
    A bool indicating whether the layout is reversed.
    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