NevronOpenVision
Nevron.Nov.Chart Namespace / ENBarSizeMode Enumeration
ENBarSizeMode Enumeration
Enumerates the bar width modes
Syntax
public enum ENBarSizeMode : System.Enum 
Members
MemberDescription
FixedThe width of the bar is fixed to the value of Width property specified in dips
MinGapThe width of the bar is dynamically computed based on the smallest x distance between two adjacent bars multipled by (1 - GapFactor).
ScaleThe width of the bar is computed as the scaled value of the the Width property
Inheritance Hierarchy

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

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