[]
Represents the layout type for region labels of a geospatial series.
public enum RegionLabelLayout
Public Enum RegionLabelLayout
Name | Description |
---|---|
BestFitOnly | Specifies that region labels only appear if they can fit in their respective containing geometries in a geospatial series. |
None | Specifies that no region labels appear in a geospatial series. |
ShowAll | Specifies that all region labels appear. |