'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.