ComponentOne FinancialChart for WPF
FunnelNeckHeight Property



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

Reference

ChartOptions Class
ChartOptions Members