Nevron .NET Vision
Nevron.Chart Namespace / NFunnelSeries Class / FunnelPointGap Property


In This Topic
    FunnelPointGap Property
    In This Topic
    Gets or sets the size of the gap between funnel data points.
    Syntax
    '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;}
    Remarks
    The default value is 0.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also