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;}
See Also