Adds the specified MapArea to the collection.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public int Add(
	MapArea area
)
Visual Basic
Public Function Add ( _
	area As MapArea _
) As Integer

Parameters

area
Type: C1.Web.C1WebChart..::..MapArea
The MapArea to add.

Return Value

An integer indicating the index of the added MapArea.

See Also