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
Member | Description |
---|---|
Full | Synchronizes the complete axis scale (high, and low). |
High | Synchronizes the high range values of multiple axes. |
Low | Synchronizes the low range values of multiple axes. |
Origin | Synchronizes 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