Spread for ASP.NET 12 Product Documentation
ShowConnectorLine Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > WaterfallSeries Class : ShowConnectorLine Property
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
public bool ShowConnectorLine {get; set;}
See Also

Reference

WaterfallSeries Class
WaterfallSeries Members