Enum MapLabelKind
Determines how map labels are displayed.
Namespace: FastReport.Map
Assembly: FastReport.dll
Syntax
public enum MapLabelKind
  Fields
| Name | Description | 
|---|---|
| Name | The shape name is displayed.  | 
      
| NameAndValue | Both name and value displayed.  | 
      
| None | No label displayed.  | 
      
| Value | The value is displayed.  |