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


In This Topic
    NeckHeightPercent Property
    In This Topic
    Gets or sets the height of the funnel neck.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the height of the funnel neck")>
    <System.ComponentModel.DefaultValueAttribute(25)>
    Public Property NeckHeightPercent As System.Single
    'Usage
     
    
    Dim instance As NFunnelSeries
    Dim value As System.Single
     
    instance.NeckHeightPercent = value
     
    value = instance.NeckHeightPercent
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Gets or sets the height of the funnel neck")]
    [System.ComponentModel.DefaultValue(25)]
    public System.float NeckHeightPercent {get; set;}
    Remarks
    The height of the funnel neck is measured in percents of the chart height.
    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