UseSignDivision: Boolean;
The UseSignDivision property determines whether data normalization can be used.
Use JSON or the setUseSignDivision method to set the property value, and the getUseSignDivision method to get the property value.
Available Values:
true. Positive number data is normalized in the range between 0 and the maximum value (it is set by the MaxResult property), and negative number data is normalized in range between the minimum value (it is set by the MinResult property) and 0.
false. Data is not normalized (default).
The example of use is given on the page with description of the MapBarAxis class constructor.
See also: