FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYLineSeries Class / LineBorders Property


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