Use the members of this enumeration to set the value of the MapArea.Shape property in the MapArea class.
[Visual Basic]
Public Enum AreaShapeEnum
[C#]
public enum AreaShapeEnum
[Delphi]
type AreaShapeEnum = (Circle, Polygon, Rectangle);
Namespace: C1.Web.C1WebChart
Assembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Members
Member name |
Description |
Circle |
Circular area. |
Polygon |
Polygonal area. |
Rectangle |
Rectangle area. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |