Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowCloseSeries Class / HighValues Property


In This Topic
    HighValues Property (HighLowCloseSeries)
    In This Topic
    Gets the collection of high values for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HighValues As DoubleCollection
    'Usage
     
    
    Dim instance As HighLowCloseSeries
    Dim value As DoubleCollection
     
    value = instance.HighValues
    public DoubleCollection HighValues {get;}
    See Also