[]
MapAreaInfo has the infomation describes which chart element a map area cooresponding to.
public class MapAreaInfo
Public Class MapAreaInfo
| Name | Description |
|---|---|
| MapAreaInfo() | MapAreaInfo constructor. |
| MapAreaInfo(MapAreaType, int) | MapAreaInfo constructor. |
| MapAreaInfo(MapAreaType, int, int, int) | MapAreaInfo constructor. |
| MapAreaInfo(MapAreaType, int, int, int, int) | MapAreaInfo constructor. |
| MapAreaInfo(MapAreaType, int, int, int, int, WallType) | MapAreaInfo constructor. |
| Name | Description |
|---|---|
| AreaIndex | Gets or sets the area index of label area, legend area and plot area. |
| PointIndex | Gets or sets the data point index in a series. |
| SeriesIndex | Gets or sets the series index in the Series collection of plotarea. |
| SubSeriesIndex | Gets or sets the series index in the Series collection of PlotArea's composite series. |
| Type | Gets or sets the type of MapArea. |
| Wall | Gets or sets the type of the wall. |
| Name | Description |
|---|---|
| Parse(string) | Parse a MapAreaInfo from a System.String. |
| ToString() | Returns a System.String that represents the current MapAreaInfo. |