FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SunburstSeries Class / Values Property


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