Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapAreaInfo Class / MapAreaInfo Constructor / MapAreaInfo Constructor(MapAreaType,Int32)
Type of MapArea.
Area index of label area, legend area and plot area.


In This Topic
    MapAreaInfo Constructor(MapAreaType,Int32)
    In This Topic
    MapAreaInfo constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As MapAreaInfo.MapAreaType, _
       ByVal areaIndex As Integer _
    )
    'Usage
     
    
    Dim type As MapAreaInfo.MapAreaType
    Dim areaIndex As Integer
     
    Dim instance As New MapAreaInfo(type, areaIndex)
    public MapAreaInfo( 
       MapAreaInfo.MapAreaType type,
       int areaIndex
    )

    Parameters

    type
    Type of MapArea.
    areaIndex
    Area index of label area, legend area and plot area.
    See Also