DataSortType

This property provides ability to sort data from high to low in Pareto charts only.

Syntax:

setDataSortType(value);
value = getDataSortType();

where:

value

Can be one of the following:

0 to leave data unsorted. 0 is the default value.

1 to sort data from high to low.

Example:

setDataSortType(0);

Pareto graph

setDataSortType(1);

Pareto graph


WebFOCUS