C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / DataLabelBase Class / ConnectingLine Property


In This Topic
ConnectingLine Property
In This Topic
Gets or sets a value indicating whether the data labels have a line connecting them with corresponding data point.
Syntax
'Declaration
 
Public Property ConnectingLine As Boolean
 
'Usage
 
Dim instance As DataLabelBase
Dim value As Boolean
 
instance.ConnectingLine = value
 
value = instance.ConnectingLine
See Also