AllPeriod: Boolean;
The AllPeriod property determines whether the bar factor displays data for the whole time period.
Use JSON or the setAllPeriod method to set the property value and the getAllPeriod method to get the property value.
Available values:
true. Data is shown for the whole period of time (default).
false. Data is shown only for the current period of time.
The example of use is given on the page with description of the MapBarAxis class constructor.
See also: