MapLabelPlacements Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the label placement options in a map color scale.
public enum class MapLabelPlacements
public enum MapLabelPlacements
type MapLabelPlacements =
Public Enum MapLabelPlacements
- Inheritance
-
MapLabelPlacements
Fields
Name | Value | Description |
---|---|---|
Alternate | 0 | Odd labels are positioned below the color bar, and even labels are positioned above the color bar. |
Top | 1 | All labels are positioned above the color bar. |
Bottom | 2 | All labels are positioned below the color bar. |