ComponentOne FinancialChart for WPF
Start Property (Waterfall)



C1.WPF.Chart Namespace > Waterfall Class : Start Property
Gets or sets a value that determines the value of the start bar. If start is null, start bar will not show.
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;}
public:
property Nullable<double> Start {
   Nullable<double> get();
   void set (    Nullable<double> value);
}
See Also

Reference

Waterfall Class
Waterfall Members