dotnetCHARTING Send comments on this topic.
SynchronizeScaleMode Enumeration
See Also  
dotnetCHARTING Namespace : SynchronizeScaleMode Enumeration


Specifies an axis scale synchronization mode between two or more axes.

Syntax

Visual Basic (Declaration)  
Public Enum SynchronizeScaleMode 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As SynchronizeScaleMode
C#  
public enum SynchronizeScaleMode : Enum 

Members

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.

Inheritance Hierarchy

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

See Also