Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / WaterfallSeries Class / ShowConnectorLine Property


In This Topic
ShowConnectorLine Property (WaterfallSeries)
In This Topic
Gets or sets whether there is a visible connector line between the series points.
Syntax
'Declaration
 
Public Property ShowConnectorLine As Boolean
 
'Usage
 
Dim instance As WaterfallSeries
Dim value As Boolean
 
instance.ShowConnectorLine = value
 
value = instance.ShowConnectorLine
See Also