Gets the specified MapArea of the collection by index.

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

Syntax

C#
public MapArea this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As MapArea
	Get
	Set

Parameters

index
Type: System..::..Int32

See Also