Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / TreemapSeries Class / Borders Property


In This Topic
Borders Property (TreemapSeries)
In This Topic
Gets the collection of pie borders for the series.
Syntax
'Declaration
 
Public ReadOnly Property Borders As LineCollection
 
'Usage
 
Dim instance As TreemapSeries
Dim value As LineCollection
 
value = instance.Borders
See Also