Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / WaterfallSeries Class / ShowConnectorLine Property
Example


In This Topic
    ShowConnectorLine Property
    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
    public bool ShowConnectorLine {get; set;}
    Example
    This example creates a waterfall chart.
    See Also