ImageMapAreaInstance.Coordinates Property

Definition

Gets the calculated coordinates of the ImageMapArea, in percentage of chart size.

public:
 property cli::array <float> ^ Coordinates { cli::array <float> ^ get(); };
public float[] Coordinates { get; }
member this.Coordinates : single[]
Public ReadOnly Property Coordinates As Single()

Property Value

Single[]

An array of float values that represents the calculated coordinates of the ImageMapArea.

Remarks

The values returned depend on the value of the Shape property:

  • A Rectangle is represented by a series of left, right, top, and bottom values.

  • A Polygon is represented by a series of x,y pairs.

  • A Circle is represented by x, y, and radius values.

Applies to