[C#] | public void setSorting(int mode); |
[VB] | Public Sub setSorting(mode As Integer) |
ChartDirector 7.1 (.NET Edition)
TreeMapNode.
Usage
[C#] | public void setSorting(int mode); |
[VB] | Public Sub setSorting(mode As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
mode | (Mandatory) | The values -1, 0, 1 refer to descending, no sorting and ascending order. |
Return Value