ComponentOne FlexChart for WinForms
RelativeData Property


C1.Win.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;}
See Also

Reference

Waterfall Class
Waterfall Members