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


In This Topic
    Radius Property (ChartMapArea)
    In This Topic
    Gets the float value that indicates the radius of the circle if the map area shape is a circle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Radius As Single
    'Usage
     
    
    Dim instance As ChartMapArea
    Dim value As Single
     
    value = instance.Radius
    public float Radius {get;}
    See Also