FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / Waterfall Class / Start Property

In This Topic
    Start Property (Waterfall)
    In This Topic
    Gets or sets a value that determines the value of the start bar. If start is null, start bar will not show.
    Syntax
    'Declaration
     
    Public Property Start As Nullable(Of Double)
    public Nullable<double> Start {get; set;}
    See Also