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


Gets or sets a value that determines whether the axis scale will change when re-drawn on another ChartArea.

Syntax

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

See Also