| Visual Basic (Declaration) | |
|---|---|
| Public Enum SynchronizeScaleMode Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum SynchronizeScaleMode : Enum | |
| Member | Description | 
|---|---|
| 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. | 
| 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. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SynchronizeScaleMode
 
     
     
     
    