IMapDataAdapter.DefaultMapItemType Property
Specifies the type of map items to be used by default when generating items from a data source.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
MapItemType | A MapItemType enumeration value. |
Available values:
Name | Description |
---|---|
Unknown | Represents an unknown map item type. |
Dot | Represents a map dot. |
Ellipse | Represents a map ellipse. |
Line | Represents a map line. |
Path | Represents a map path. |
Polygon | Represents a map polygon. |
Polyline | Represents a map polyline. |
Rectangle | Represents a map rectangle. |
Pushpin | Represents a map pushpin. |
Custom | Represents a map custom element. |
Callout | Represents a map callout. |
Bubble | Represents a Bubble chart. |
Pie | Represents a Pie chart. |
Spline | Represents a map spline. |
See Also