ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Waterfall Class / RelativeData Property

In This Topic
    RelativeData Property (Waterfall)
    In This Topic
    Gets or sets a value that determines whether the given data is relative.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Waterfall.RelativeData", "Gets or sets a value that determines whether the given data is relative.")>
    Public Property RelativeData As Boolean
    [C1Description("Waterfall.RelativeData", "Gets or sets a value that determines whether the given data is relative.")]
    public bool RelativeData {get; set;}
    See Also