Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Coordinates Property
See Also 
Dundas.Charting.WebControl Namespace > MapArea Class : Coordinates Property


Coordinates of the area.

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<DescriptionAttribute("Coordinates of the area.")>
<CategoryAttribute("Shape")>
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.MapAreaCoordinatesConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
<BindableAttribute(True)>
<PersistenceModeAttribute()>
Public Property Coordinates As Single()
Visual Basic (Usage) Copy Code
Dim instance As MapArea
Dim value() As Single
 
instance.Coordinates = value
 
value = instance.Coordinates
C#  
[DefaultValueAttribute()]
[DescriptionAttribute("Coordinates of the area.")]
[CategoryAttribute("Shape")]
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.MapAreaCoordinatesConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
[BindableAttribute(true)]
[PersistenceModeAttribute()]
public float[] Coordinates {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also