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


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