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


Gets a class that contains options to synchronize the scale of this axis with other scales.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.