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


In This Topic
PieBorder Property
In This Topic
Gets or sets the pie border for the series.
Syntax
'Declaration
 
Public Property PieBorder As Line
 
'Usage
 
Dim instance As PieSeries
Dim value As Line
 
instance.PieBorder = value
 
value = instance.PieBorder
Remarks
Value of null (Nothing in VB) indicates that pie border is unset for the series.
See Also