Spread for ASP.NET 12 Product Documentation
Coordinates Property (MapArea)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > MapArea Class : Coordinates Property
Gets or sets the string that indicates the coordinates of an area.
Syntax
'Declaration
 
Public Property Coordinates As String
'Usage
 
Dim instance As MapArea
Dim value As String
 
instance.Coordinates = value
 
value = instance.Coordinates
public string Coordinates {get; set;}
See Also

Reference

MapArea Class
MapArea Members