.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : SynchronizeScaleMode Enumeration
SynchronizeScaleMode Enumeration
Specifies an axis scale synchronization mode between two or more axes.
Syntax
'Declaration
 
Public Enum SynchronizeScaleMode 
   Inherits System.Enum
'Usage
 
Dim instance As SynchronizeScaleMode
public enum SynchronizeScaleMode : System.Enum 
Members
MemberDescription
FullSynchronizes the complete axis scale (high, and low).
HighSynchronizes the high range values of multiple axes.
LowSynchronizes the low range values of multiple axes.
OriginSynchronizes axes to match the axis origins. The origin is the position on a numeric axis where the value is zero (0). This mode does not apply to time axes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SynchronizeScaleMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also