FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 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 System.Nullable(Of Double)
    public System.Nullable<double> Start {get; set;}
    See Also