Spread for ASP.NET 12 Product Documentation
MapArea Constructor


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > MapArea Class : MapArea Constructor
Shape of the area.
Initializes a new instance of the MapArea class.
Syntax
'Declaration
 
Public Function New( _
   ByVal areaShape As AreaShape _
)
'Usage
 
Dim areaShape As AreaShape
 
Dim instance As New MapArea(areaShape)
public MapArea( 
   AreaShape areaShape
)

Parameters

areaShape
Shape of the area.
See Also

Reference

MapArea Class
MapArea Members