MapLabelBehavior 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.
Specifies how the labels display the values in a map color scale.
public enum class MapLabelBehavior
public enum MapLabelBehavior
type MapLabelBehavior =
Public Enum MapLabelBehavior
- Inheritance
-
MapLabelBehavior
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Specifies the Automatic label behavior. |
ShowMiddleValue | 1 | Specifies the Show Middle Value label behavior. |
ShowBorderValue | 2 | Specifies the Show Border Value label behavior. |