ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart Namespace / Waterfall Class / Start Property

In This Topic
    Start Property (Waterfall)
    In This Topic
    Gets or sets the starting data value.
    Syntax
    'Declaration
     
    Public Property Start As Nullable(Of Double)
    public Nullable<double> Start {get; set;}
    See Also