HideNoData: Boolean;
The HideNoData property determines whether sectors with the zero value should be hidden.
Use JSON or the setHideNoData method to set the property value and the getHideNoData method to get the property value.
Available values:
true. Sectors with zero value will be hidden (default).
false. Sectors with zero value will be shown.
The example of use is given on the page with description of the PP.MapPie class constructor.
See also: