Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZSurfaceSeries Class / Values Property


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;}
    See Also