VerticalLinesStep: Number;
The VerticalLinesStep property sets distance between vertical lines of map grid in pixels.
Property value can be set from JSON or using the setVerticalLinesStep method.
The property is relevant if the value of the MapGrid.VerticalLinesStepType property is PP.MapGridStepType.Pixels or PP.MapGridStepType.Relative.
The example of use is given on the page with description of the MapGrid constructor.
See also: