ComponentOne FlexChart for WinForms
Start Property (Waterfall)


C1.Win.Chart Namespace > Waterfall Class : Start Property
Gets or sets the starting data value.
Syntax
'Declaration
 
Public Property Start As Nullable(Of Double)
'Usage
 
Dim instance As Waterfall
Dim value As Nullable(Of Double)
 
instance.Start = value
 
value = instance.Start
public Nullable<double> Start {get; set;}
See Also

Reference

Waterfall Class
Waterfall Members