ClickLabel()
Summary
Allows the user to move, with optional callouts, or rotate labels on the map to customize them.
Changes
Added to Version 6.0/2012.
Syntax
ClickLabel(string mode)
| Argument | Contents |
|---|---|
| mode | Null to move labels to custom locations, "Rotate" to allow rotation only, or "Callout" to add callouts when the user first drags a label from the default location to a custom location |
Example
ClickLabel("Callout")
See Also
| Function | Summary |
|---|---|
| GetHiddenLabelDisplayStatus() | Gets the status of whether labels that are otherwise hidden are displayed in a lighter shade |
| GetLabelOverride() | Gets the label override settings for a map feature |
| GetSelectedLabel() | Returns the layer name and ID of the last label clicked on |
| SetHiddenLabelDisplayStatus() | Sets the status of whether labels that are otherwise hidden are displayed in a lighter shade |
| SetLabelOverride() | Sets the label override settings for a map feature |