Represents the shape of a map area.
Defines the map areas shape types
Visual Basic (Declaration) | |
---|---|
Public Enum MapAreaShape Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum MapAreaShape : Enum |
Member | Description |
---|---|
Rectangle |
The shape of the legend item is rectangular. Rectangle defines the map area shape |
Circle |
The shape of the legend item is circular. Circle defines the map area shape |
Polygon |
The shape of the legend item is not circular or rectangular. Polygon defines the map area shape |
The MapAreaShape enumeration represents the shape of a MapArea object.
This enumeration is usually used to set the shape of a custom map area, which has user-defined coordinates and shape (as opposed to a map area that represents a chart element, and has a shape that is determined by the element it represents).
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.MapAreaShape
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family