ComponentOne FinancialChart for WinForms
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
     
    
    <C1DescriptionAttribute("Waterfall.Start", "Gets or sets the starting data value.")>
    Public Property Start As Nullable(Of Double)
    [C1Description("Waterfall.Start", "Gets or sets the starting data value.")]
    public Nullable<double> Start {get; set;}
    See Also