The GridLabelPosition can be one of:
Constant | Description |
---|---|
Enums.GridLabelPositionGeographic | (0) Labels anchored to a geographic position on the map view. |
Enums.GridLabelPositionBottomLeft | (1) x-labels anchored to bottom, y-labels anchored to left of map view. |
Enums.GridLabelPositionBottomRight | (2) x-labels anchored to bottom, y-labels anchored to right of map view. |
Enums.GridLabelPositionTopLeft | (3) x-labels anchored to top, y-labels anchored to left of map view. |
Enums.GridLabelPositionTopRight | (4) x-labels anchored to top, y-labels anchored to right of map view. |
Enums.GridLabelPositionCenter | (5) x- and y-label axes pass through center of map view. |
Enums.GridLabelPositionAllSides | (6) Labels are anchored to top, right, bottom and left of map view. |