ComponentOne FinancialChart for WPF
ConnectingLine Property



C1.WPF.Chart Namespace > DataLabelBase Class : ConnectingLine Property
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
public bool ConnectingLine {get; set;}
public:
property bool ConnectingLine {
   bool get();
   void set (    bool value);
}
See Also

Reference

DataLabelBase Class
DataLabelBase Members