MapBarAxis.Visibility

Syntax

Visibility: PP.Ui.Visibility;

Description

The Visibility property determines attribute whether bar factor axis is shown.

Comments

Use JSON or the setVisibility method to set the property value and the getVisibility method to get the property value.

Default property value is PP.Ui.Visibility.Visible.

Example

The example of use is given on the MapBarAxis Class Constructor page.

See also:

MapBarAxis