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


In This Topic
    PieDetachmentArray Property
    In This Topic
    Gets or sets the string value that indicates all items of PieDetachments as an array.
    Syntax
    'Declaration
     
    
    Public Property PieDetachmentArray As String
    'Usage
     
    
    Dim instance As PieSeries
    Dim value As String
     
    instance.PieDetachmentArray = value
     
    value = instance.PieDetachmentArray
    public string PieDetachmentArray {get; set;}
    Remarks
    This property is used to generate html markup and is not recommended for use at run-time.
    See Also