dotnetCHARTING Send comments on this topic.
Mode Property
See Also 
dotnetCHARTING Namespace > Axis.ScaleSync Class : Mode Property


Gets or sets the SynchronizeScaleMode of this scale sync class.

Syntax

Visual Basic (Declaration)  
Public Property Mode As SynchronizeScaleMode
Visual Basic (Usage) Copy Code
Dim instance As Axis.ScaleSync
Dim value As SynchronizeScaleMode
 
instance.Mode = value
 
value = instance.Mode
C#  
public SynchronizeScaleMode Mode {get; set;}

See Also