Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataSource Class / Data Property


In This Topic
Data Property (SeriesDataSource)
In This Topic
Gets the data.
Syntax
'Declaration
 
Public ReadOnly Property Data As SeriesDataFieldCollection
 
'Usage
 
Dim instance As SeriesDataSource
Dim value As SeriesDataFieldCollection
 
value = instance.Data

Property Value

The data.
See Also