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


In This Topic
    ENCartesianChartFitMode Enumeration
    In This Topic
    Enumerates the cartesian chart fit modes
    Syntax
    'Declaration
     
    
    Public Enum ENCartesianChartFitMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCartesianChartFitMode
    public enum ENCartesianChartFitMode : System.Enum 
    Members
    MemberDescription
    AspectThe chart plot is fitted in the content area so that the plot maintains the specified aspect
    AspectWithAxesThe chart plot is fitted in the content area so that the plot and docked axes maintain the specified aspect
    StretchThe chart is stretched so that it fills the entire content area
    Inheritance Hierarchy

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

    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