Gets or sets axis sorting type.
Namespace: Ico.TwxShiftSorts 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.
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) |