Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollection Class / DataSource Property


In This Topic
DataSource Property (DoubleCollection)
In This Topic
Gets or sets the data source for the double values.
Syntax
'Declaration
 
Public Property DataSource As Object
 
'Usage
 
Dim instance As DoubleCollection
Dim value As Object
 
instance.DataSource = value
 
value = instance.DataSource
See Also