Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataField Class / DataType Property


In This Topic
DataType Property (SeriesDataField)
In This Topic
Gets the type of the data.
Syntax
'Declaration
 
Public Property DataType As SegmentDataType
 
'Usage
 
Dim instance As SeriesDataField
Dim value As SegmentDataType
 
instance.DataType = value
 
value = instance.DataType

Property Value

The type of the data.
See Also