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


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

    Parameters

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