MapChart.VerticalLinesStep

Syntax

VerticalLinesStep: Number;

Description

The VerticalLinesStep property sets distance between vertical lines of map grid in pixels.

Comments

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.

Example

The example of use is given on the page with description of the MapGrid constructor.

See also:

MapGrid