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


In This Topic
Segments Property (SeriesDataField)
In This Topic
Gets the segments.
Syntax
'Declaration
 
Public ReadOnly Property Segments As IList(Of ISegmentData)
 
'Usage
 
Dim instance As SeriesDataField
Dim value As IList(Of ISegmentData)
 
value = instance.Segments

Property Value

The segments.
See Also