'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets the size of the gap between funnel data points")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property FunnelPointGap As System.Single
'Usage
Dim instance As NFunnelSeries Dim value As System.Single instance.FunnelPointGap = value value = instance.FunnelPointGap
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets the size of the gap between funnel data points")] [System.ComponentModel.DefaultValue(0)] public System.float FunnelPointGap {get; set;}