Back to Devexpress

MarkerType Enum

wpf-devexpress-dot-xpf-dot-map-c5aef264.md

latest2.6 KB
Original Source

MarkerType Enum

Lists the values that specify types of markers displayed as bubble chart items above the map.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public enum MarkerType
vb
Public Enum MarkerType

Members

NameDescription
Square

A marker is drawn as a square.

| | Diamond |

A marker is drawn as a diamond.

| | Triangle |

A marker is drawn as a triangle.

| | InvertedTriangle |

A marker is drawn as an inverted triangle.

| | Circle |

A marker is drawn as a circle.

| | Plus |

A marker is drawn as a plus sign.

| | Cross |

A marker is drawn as a cross.

| | Star5 |

A marker is drawn as a five pointed star.

| | Star6 |

A marker is drawn as a six pointed star.

| | Star8 |

A marker is drawn as an eight pointed star.

| | Pentagon |

A marker is drawn as a pentagon.

| | Hexagon |

A marker is drawn as a hexagon.

| | Custom |

The custom marker type.

|

The following properties accept/return MarkerType values:

Remarks

Values listed by the MarkerType enumeration are used to set the MapBubbleSettings.MarkerType and MapBubble.MarkerType properties.

See Also

DevExpress.Xpf.Map Namespace