ComponentOne Chart for .NET (2.0) Search HelpCentral 

MapAreaCollection.Item Property

Gets the specified MapArea of the collection by index.

[Visual Basic]

Public Default Property Item( _

ByVal index As Integer _

) As MapArea

[C#]

public MapArea this[

int index

] {get;set;}

[Delphi]

public property Item[

index: Int32

]: MapArea read get_Item write set_Item;

See Also

MapAreaCollection Class | MapAreaCollection Members | C1.Web.C1WebChart Namespace | MapAreaCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.