Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapAreaInfo Class / MapAreaInfo Constructor / MapAreaInfo Constructor(MapAreaType,Int32,Int32,Int32,Int32)
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.


In This Topic
    MapAreaInfo Constructor(MapAreaType,Int32,Int32,Int32,Int32)
    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 _
    )
    'Usage
     
    
    Dim type As MapAreaInfo.MapAreaType
    Dim areaIndex As Integer
    Dim seriesIndex As Integer
    Dim subSeriesIndex As Integer
    Dim pointIndex As Integer
     
    Dim instance As New MapAreaInfo(type, areaIndex, seriesIndex, subSeriesIndex, pointIndex)

    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.
    See Also