Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYZSurfaceSeries Class / Values Property
Example


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