Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.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