Nevron.Nov.Chart Namespace / ENAxisValueAnchorMode Enumeration
In This Topic
    ENAxisValueAnchorMode Enumeration
    In This Topic
    Defines the possible modes of the Axis Value Anchor.
    Syntax
    public enum ENAxisValueAnchorMode : System.Enum 
    Members
    MemberDescription
    ClampIf the anchor value is out of the axis ruler range it is clamped to the nearest ruler value.
    ClipIf the anchor value is out of the axis ruler range the anchored object is not displayed.
    ShowThe anchored object is always displayed
    Inheritance Hierarchy

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

    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