Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ISupportDynamicDataSegment Interface / DataType Property


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

Property Value

The type of the data.
See Also