ComponentOne FinancialChart for WPF
StartStyle Property



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

Reference

Waterfall Class
Waterfall Members