GridGenerator.LineDistanceX Property
Gets or sets the distance between vertical grid lines.
Syntax
public AttributeVariable< System.Double > LineDistanceX { get; set; }
Property Value
Default: 0.0
The distance between vertical lines, in the length unit (or angle unit) of the Crs.
Remarks
If the result is zero (the default), a sensible distance will be used, computed from the length unit of the Crs as well as the View scale.
If you want to override the default behavior, you do not have to specify a constant distance. Since the property is an attribute variable, you can let your distance depend on the View scale, which is available as the attribute updateViewScale, a predefined update attribute.
If you want to override the default for a LongLat grid, and you want the distance to be a whole number of arc minutes, you must still specify the distance in degrees. You can use this table:
distance in arc minutes | in degrees |
---|---|
0.1' | 0.001666666666666667 |
0.2' | 0.003333333333333333 |
0.5' | 0.008333333333333333 |
1' | 0.01666666666666667 |
2' | 0.03333333333333333 |
5' | 0.08333333333333333 |
10' | 0.1666666666666667 |
15' | 0.25 |
20' | 0.3333333333333333 |
30' | 0.5 |
Platforms
Windows, Linux, Android