Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollection Class / DataField Property


DataField Property (StringCollection)
Gets or sets the field in the data source that supplies the string values.
Syntax
'Declaration
 
Public Property DataField As String
 
'Usage
 
Dim instance As StringCollection
Dim value As String
 
instance.DataField = value
 
value = instance.DataField
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also