Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PieSeries Class / PieDetachments Property


In This Topic
PieDetachments Property
In This Topic
Gets the collection of pie detachments for the series.
Syntax
'Declaration
 
Public ReadOnly Property PieDetachments As DetachmentCollection
 
'Usage
 
Dim instance As PieSeries
Dim value As DetachmentCollection
 
value = instance.PieDetachments
See Also