MapGrid.VerticalLinesCount

Syntax

VerticalLinesCount: Number;

Description

The VerticalLinesCount property determines number of vertical grid lines.

Comments

Property value can be set from JSON or using the setVerticalLinesCount method.

The property is relevant if the value of the MapGrid.VerticalLinesStepTypeproperty is PP.MapGridStepType.StepsCount.

Example

The example of use is given in the page with description of the MapGrid.HorizontalLinesCount property.

See also:

MapGrid