Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ChartMapArea Class / ChartMapArea Constructor
The shape.


In This Topic
    ChartMapArea Constructor
    In This Topic
    Initializes a new instance of the ChartMapArea class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As AreaShape _
    )
    'Usage
     
    
    Dim shape As AreaShape
     
    Dim instance As New ChartMapArea(shape)
    public ChartMapArea( 
       AreaShape shape
    )

    Parameters

    shape
    The shape.
    See Also