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



In This Topic
    RelativeData Property
    In This Topic
    Gets or sets a value that determines whether the given data is relative.
    Syntax
    'Declaration
     
    
    Public Property RelativeData As Boolean
    'Usage
     
    
    Dim instance As Waterfall
    Dim value As Boolean
     
    instance.RelativeData = value
     
    value = instance.RelativeData
    public bool RelativeData {get; set;}
    public:
    property bool RelativeData {
       bool get();
       void set (    bool value);
    }
    See Also