public enum ENBoundsMode : System.Enum
public enum ENBoundsMode : System.Enum
Member | Description |
---|---|
Fit | The object will stretch along X and Y in order to fill as much as possible of the area preserving the object original proportions. |
None | The object will not try to align to the chart area. |
Stretch | The object will stretch along X and Y in order to fill as much as possible of the area without breaking outside. Does not preserve the object original proportions. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Chart.ENBoundsMode
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)