FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ArraySegmentData Class / DataType Property


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

Property Value

The type of the data.
See Also