MapAreaShape Enumeration
.NET Framework (current version)
Specifies the shape of a map area.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Circle | The shape of the map area is circular. | |
| Polygon | The shape of the map area is polygonal. | |
| Rectangle | The shape of the map area is rectangular. |
The MapAreaShape enumeration represents the shape of a MapArea object. This enumeration is usually used to set the shape of a custom map area. A custom map area has user-defined coordinates and shape, as opposed to a map area that represents a chart element, which has a shape that is determined by the element it represents.
.NET Framework
Available since 4.0
Available since 4.0
Show: