ComponentOne FinancialChart for WPF
FunnelNeckWidth Property



C1.WPF.Chart Namespace > ChartOptions Class : FunnelNeckWidth Property
Gets or sets the neck width as percentage for the Funnel chart.
Syntax
'Declaration
 
Public Property FunnelNeckWidth As Double
'Usage
 
Dim instance As ChartOptions
Dim value As Double
 
instance.FunnelNeckWidth = value
 
value = instance.FunnelNeckWidth
public double FunnelNeckWidth {get; set;}
public:
property double FunnelNeckWidth {
   double get();
   void set (    double value);
}
Remarks
NeckWidth doesn't work if FunnelType is set to C1.Chart.FunnelChartType.Rectangle
See Also

Reference

ChartOptions Class
ChartOptions Members