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

MemberDescription
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.
FullSynchronizes the complete axis scale (high, and low).
HighSynchronizes the high range values of multiple axes.
LowSynchronizes the low range values of multiple axes.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.