Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapArea Class / Coordinates Property


In This Topic
    Coordinates Property (MapArea)
    In This Topic
    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