HorizontalLinesStep: Number;
The HorizontalLinesStep property determines distance in pixels between horizontal lines of map grid.
Property value can be set from JSON or using the setHorizontalLinesStep method.
The property is relevant if the value of the MapGrid.HorizontalLinesStepType property is PP.MapGridStepType.Pixels or PP.MapGridStepType.Relative.
The example of use is given in the page with description of the MapGrid Constructor.
See also: