Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowAreaSeries Class / HighValues Property


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