[]
        
(Showing Draft Content)

FarPoint.Web.Chart.MapAreaInfo

MapAreaInfo Class

MapAreaInfo has the infomation describes which chart element a map area cooresponding to.

Inheritance
MapAreaInfo
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class MapAreaInfo
Public Class MapAreaInfo

Constructors

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.

Properties

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.

Methods

Name Description
Parse(string)

Parse a MapAreaInfo from a System.String.

ToString()

Returns a System.String that represents the current MapAreaInfo.