ComponentOne FinancialChart for WPF
FallingStyle Property



C1.WPF.Chart Namespace > Waterfall Class : FallingStyle Property
Gets or sets the FallingStyle property.
Syntax
'Declaration
 
Public Property FallingStyle As ChartStyle
'Usage
 
Dim instance As Waterfall
Dim value As ChartStyle
 
instance.FallingStyle = value
 
value = instance.FallingStyle
public ChartStyle FallingStyle {get; set;}
public:
property ChartStyle^ FallingStyle {
   ChartStyle^ get();
   void set (    ChartStyle^ value);
}
See Also

Reference

Waterfall Class
Waterfall Members