[]
MapAreaInfo constructor.
public MapAreaInfo()
Public Sub New()
MapAreaInfo constructor.
public MapAreaInfo(MapAreaInfo.MapAreaType type, int areaIndex)
Public Sub New(type As MapAreaInfo.MapAreaType, areaIndex As Integer)
Type | Name | Description |
---|---|---|
MapAreaInfo.MapAreaType | type | Type of MapArea. |
int | areaIndex | Area index of label area, legend area and plot area. |
MapAreaInfo constructor.
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)
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 constructor.
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)
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 constructor.
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)
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. |