public enum ENAxisViewRangeMode : System.Enum
public enum ENAxisViewRangeMode : System.Enum
Member | Description |
---|---|
Auto | The axis range is computed automatically |
FixedMax | The axis minimum range value is computed automatically and the maximum range value is taken from the MaxViewRangeValue property |
FixedMin | The axis maximum range value is computed automatically and the minimum range value is taken from the MinViewRangeValue property |
FixedRange | The minimum and maximum range values are taken from MinViewRangeValue and MaxViewRangeValue properties respectively |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Chart.ENAxisViewRangeMode
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)