Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NFunnelChart Class / Aspect Property


In This Topic
    Aspect Property (NFunnelChart)
    In This Topic
    Gets or sets the funnel aspect in case the fit mode is set to ENFunnelChartFitMode.Aspect
    Syntax
    'Declaration
     
    
    Public Property Aspect As System.Single
    'Usage
     
    
    Dim instance As NFunnelChart
    Dim value As System.Single
     
    instance.Aspect = value
     
    value = instance.Aspect
    public System.float Aspect {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also