[]
        
(Showing Draft Content)

FarPoint.Web.Chart.MapAreaInfo.-ctor

MapAreaInfo Constructor

MapAreaInfo()

MapAreaInfo constructor.

Declaration
public MapAreaInfo()
Public Sub New()

MapAreaInfo(MapAreaType, int)

MapAreaInfo constructor.

Declaration
public MapAreaInfo(MapAreaInfo.MapAreaType type, int areaIndex)
Public Sub New(type As MapAreaInfo.MapAreaType, areaIndex As Integer)
Parameters
Type Name Description
MapAreaInfo.MapAreaType type

Type of MapArea.

int areaIndex

Area index of label area, legend area and plot area.

MapAreaInfo(MapAreaType, int, int, int)

MapAreaInfo constructor.

Declaration
public MapAreaInfo(MapAreaInfo.MapAreaType type, int areaIndex, int seriesIndex, int pointIndex)
Public Sub New(type As MapAreaInfo.MapAreaType, areaIndex As Integer, seriesIndex As Integer, pointIndex As Integer)
Parameters
Type Name Description
MapAreaInfo.MapAreaType type

Type of MapArea.

int areaIndex

Area index of label area, legend area and plot area.

int seriesIndex

Series index in the Series collection of plotarea.

int pointIndex

Data point index in a series.

MapAreaInfo(MapAreaType, int, int, int, int)

MapAreaInfo constructor.

Declaration
public MapAreaInfo(MapAreaInfo.MapAreaType type, int areaIndex, int seriesIndex, int subSeriesIndex, int pointIndex)
Public Sub New(type As MapAreaInfo.MapAreaType, areaIndex As Integer, seriesIndex As Integer, subSeriesIndex As Integer, pointIndex As Integer)
Parameters
Type Name Description
MapAreaInfo.MapAreaType type

Type of MapArea

int areaIndex

Area index of label area, legend area and plot area.

int seriesIndex

Series index in the Series collection of plotarea.

int subSeriesIndex

Series index in the Series collection of PlotArea's composite series.

int pointIndex

Data point index in a series.

MapAreaInfo(MapAreaType, int, int, int, int, WallType)

MapAreaInfo constructor.

Declaration
public MapAreaInfo(MapAreaInfo.MapAreaType type, int areaIndex, int seriesIndex, int subSeriesIndex, int pointIndex, MapAreaInfo.WallType wall)
Public Sub New(type As MapAreaInfo.MapAreaType, areaIndex As Integer, seriesIndex As Integer, subSeriesIndex As Integer, pointIndex As Integer, wall As MapAreaInfo.WallType)
Parameters
Type Name Description
MapAreaInfo.MapAreaType type

Type of MapArea

int areaIndex

Area index of label area, legend area and plot area.

int seriesIndex

Series index in the Series collection of plotarea.

int subSeriesIndex

Series index in the Series collection of PlotArea's composite series.

int pointIndex

Data point index in a series.

MapAreaInfo.WallType wall

The type of wall.