Use the members of this enumeration to set the value of the Shape property in the MapArea class.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public enum AreaShapeEnum
Visual Basic
Public Enumeration AreaShapeEnum

Members

Member nameValueDescription
Rectangle0 Rectangle area.
Circle1 Circular area.
Polygon2 Polygonal area.

See Also