Spread Windows Forms 17
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
    public DetachmentCollection PieDetachments {get;}
    See Also