NevronOpenVision
Nevron.Nov.Chart Namespace / ENCartesianChartFitMode Enumeration
ENCartesianChartFitMode Enumeration
Enumerates the cartesian chart fit modes.
Syntax
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