HideZeroHeight: Boolean;
The HideZeroHeight property determines whether columns with the zero value should be hidden.
Use JSON or the setHideZeroHeight method to set the property value and the getHideZeroHeight method to get the property value.
Available values:
true. Columns with zero value will be hidden.
false. Columns with zero value will be shown (default).
The example of use is given on the page with constructor of the PP.MapBar class constructor.
See also: