IsPercentage: Boolean;
The IsPercentage property determines whether the column value is a percentage.
Use JSON or the setIsPercentage method to set the property value and the getIsPercentage method to get the property value.
Available values:
true. Column value is a percentage: .
false. Column value is absolute: (default).
The example of use is given on the page with constructor of the PP.MapBar class constructor.
See also: