Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / AreaShape Enumeration


In This Topic
    AreaShape Enumeration
    In This Topic
    Specifies shape of a map area.
    Syntax
    'Declaration
     
    
    Public Enum AreaShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AreaShape
    public enum AreaShape : System.Enum 
    Members
    MemberDescription
    CircleRepresents a circular area,
    PolygonRepresents a polygonal area,
    RectangleRepresents a rectangle area,
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Chart.AreaShape

    See Also