Gets or sets axis sorting type.

ShiftSorts axes from last pen to first pen and shifts the list so that the currently selected pen is next to the chart area.

StackMoves the axis of currently selected pen next to the chart area and shifts all others to left.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public AxisSortingType AxisSorting { get; set; }
Visual Basic
Public Property AxisSorting As AxisSortingType
	Get
	Set
JScript
function get AxisSorting () : AxisSortingType
function set AxisSorting (value : AxisSortingType)

See Also