Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PolarLineSeries Class / YValues Property
Example


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