Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IChartMapArea Interface / Coordinates Property


In This Topic
    Coordinates Property (IChartMapArea)
    In This Topic
    Gets the System.Drawing.PointF collection which indicates the coordinates of an area.
    Syntax
    'Declaration
     
    
    ReadOnly Property Coordinates As PointF()
    'Usage
     
    
    Dim instance As IChartMapArea
    Dim value() As PointF
     
    value = instance.Coordinates
    PointF[] Coordinates {get;}
    See Also