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


In This Topic
    Coordinates Property (ChartMapArea)
    In This Topic
    Gets or sets the string that indicates the coordinates of an area.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Coordinates As PointF()
    'Usage
     
    
    Dim instance As ChartMapArea
    Dim value() As PointF
     
    value = instance.Coordinates
    public new PointF[] Coordinates {get;}
    See Also