MapGrid.HorizontalLinesStep

Syntax

HorizontalLinesStep: Number;

Description

The HorizontalLinesStep property determines distance in pixels between horizontal lines of map grid.

Comments

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.

Example

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

See also:

MapGrid