Nevron .NET Vision
Nevron.Chart Namespace / Fit2DAxisContentMode Enumeration


In This Topic
    Fit2DAxisContentMode Enumeration
    In This Topic
    Enumerates the fit 2D axis content modes
    Syntax
    'Declaration
     
    
    Public Enum Fit2DAxisContentMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Fit2DAxisContentMode
    public enum Fit2DAxisContentMode : 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.Chart.Fit2DAxisContentMode

    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