public enum ENBarSizeMode : System.Enum
public enum ENBarSizeMode : System.Enum
Member | Description |
---|---|
Fixed | The width of the bar is fixed to the value of Width property specified in dips |
MinGap | The width of the bar is dynamically computed based on the smallest x distance between two adjacent bars multipled by (1 - GapFactor). |
Scale | The width of the bar is computed as the scaled value of the the Width property |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Chart.ENBarSizeMode
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)