ComponentOne Chart for .NET (2.0) Search HelpCentral 

MapAreaCollection.Add Method

Adds the specified MapArea to the collection.

[Visual Basic]

Public Function Add( _

ByVal area As MapArea _

) As Integer

[C#]

public int Add(

MapArea area

);

[Delphi]

public function Add(

area: MapArea

): Int32;

Parameters

area

The MapArea to add.

Return Value

An integer indicating the index of the added MapArea.

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.