Dundas Chart for ASP.NET
MapAreaShape Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : MapAreaShape Enumeration


Represents the shape of a map area.


Defines the map areas shape types

Syntax

Visual Basic (Declaration)  
Public Enum MapAreaShape 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As MapAreaShape
C#  
public enum MapAreaShape : Enum 

Members

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

Remarks

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).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.MapAreaShape

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.