Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / WaterfallSeries Class / Borders Property
Example


In This Topic
    Borders Property (WaterfallSeries)
    In This Topic
    Gets the collection of bar borders for the series.
    Syntax
    'Declaration
     
    Public ReadOnly Property Borders As LineCollection
    'Usage
     
    Dim instance As WaterfallSeries
    Dim value As LineCollection
     
    value = instance.Borders
    public LineCollection Borders {get;}
    Example
    This example creates a waterfall chart.
    See Also