ComponentOne FlexChart for WinForms
FunnelNeckWidth Property


C1.Win.Chart Namespace > ChartOptions Class : FunnelNeckWidth Property
Gets or sets the neck width for 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;}
Remarks
NeckWidth doesn't work if FunnelType is set to C1.Chart.FunnelChartType.Rectangle
See Also

Reference

ChartOptions Class
ChartOptions Members