Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PieSeries Class / PieDetachments Property
Example


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;}
    Example
    This example creates a chart control.
    See Also