Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineSeries Class / PointBorders Property


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