Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENOutOfBoundsLocationMode Enumeration


In This Topic
    ENOutOfBoundsLocationMode Enumeration
    In This Topic
    Enumerates the different modes of treatment of proposed label locations that are partially out of the plot area bounds. Relates to automatic data label layout, initial label positioning.
    Syntax
    'Declaration
     
    
    Public Enum ENOutOfBoundsLocationMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENOutOfBoundsLocationMode
    public enum ENOutOfBoundsLocationMode : System.Enum 
    Members
    MemberDescription
    IgnoreLocationLocation proposals that are partially out of the plot bounds are ignored.
    PushWithinBoundsLocation proposals that are partially out of the plot bounds are pushed within the bounds (if possible).
    UseLocationLocation proposals that are partially out of the plot bounds are used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENOutOfBoundsLocationMode

    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