Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / RadarPointSeries Class / Values Property
Example


In This Topic
    Values Property (RadarPointSeries)
    In This Topic
    Gets the collection of values for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Values As DoubleCollection
    'Usage
     
    
    Dim instance As RadarPointSeries
    Dim value As DoubleCollection
     
    value = instance.Values
    public DoubleCollection Values {get;}
    Example
    This example sets the Values property.
    See Also