ComponentOne FinancialChart for WPF
RelativeData Property



C1.WPF.Chart Namespace > Waterfall Class : RelativeData Property
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

Reference

Waterfall Class
Waterfall Members