Nevron.Nov.Chart Namespace / ENAxisContentFitMode Enumeration
In This Topic
    ENAxisContentFitMode Enumeration
    In This Topic
    Enumerates the fit axis content modes
    Syntax
    public enum ENAxisContentFitMode : System.Enum 
    Members
    MemberDescription
    AutoAxis content fitting is enabled and both the labels height and width are regarded. Width is regarded only when the axis is not zoomed
    DisabledAxis content fitting is disabled
    LabelsHeightAxis content fitting is enabled however only the labels height is regarded.
    LabelsWidthAndHeightAxis content fitting is enabled and both the labels height and width are regarded.
    Inheritance Hierarchy

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

    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