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


In This Topic
    ENBoundsMode Enumeration
    In This Topic
    Possible modes for fitting a drawable object into a specified area.
    Syntax
    'Declaration
     
    
    Public Enum ENBoundsMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENBoundsMode
    public enum ENBoundsMode : System.Enum 
    Members
    MemberDescription
    FitThe object will stretch along X and Y in order to fill as much as possible of the area preserving the object original proportions.
    NoneThe object will not try to align to the chart area.
    StretchThe object will stretch along X and Y in order to fill as much as possible of the area without breaking outside. Does not preserve the object original proportions.
    Inheritance Hierarchy

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

    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