Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapAreaInfo Class / MapAreaInfo Constructor / MapAreaInfo Constructor(MapAreaType,Int32,Int32,Int32,Int32,WallType)
Type of MapArea
Area index of label area, legend area and plot area.
Series index in the Series collection of plotarea.
Series index in the Series collection of PlotArea's composite series.
Data point index in a series.
The type of wall.


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

    Parameters

    type
    Type of MapArea
    areaIndex
    Area index of label area, legend area and plot area.
    seriesIndex
    Series index in the Series collection of plotarea.
    subSeriesIndex
    Series index in the Series collection of PlotArea's composite series.
    pointIndex
    Data point index in a series.
    wall
    The type of wall.
    See Also