Nevron .NET Vision
Nevron.Chart Namespace / FunnelLabelMode Enumeration


In This Topic
    FunnelLabelMode Enumeration
    In This Topic
    Defines the possible label modes for a funnel chart.
    Syntax
    'Declaration
     
    
    Public Enum FunnelLabelMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FunnelLabelMode
    public enum FunnelLabelMode : System.Enum 
    Members
    MemberDescription
    Centerlabels are displayed in the middle of the funnel data points
    Leftlabels are displayed to the left of the funnel data points
    LeftAlignedlabels are displayed to the left of the funnel data points, aligned in a column
    Rightlabels are displayed to the right of the funnel data points
    RightAlignedlabels are displayed to the right of the funnel data points, aligned in a column
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.FunnelLabelMode

    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