Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / CandlestickSeries Class / DownBorders Property


In This Topic
DownBorders Property
In This Topic
Gets the collection of down borders for the series.
Syntax
'Declaration
 
Public ReadOnly Property DownBorders As LineCollection
 
'Usage
 
Dim instance As CandlestickSeries
Dim value As LineCollection
 
value = instance.DownBorders
See Also