ComponentOne FinancialChart for WPF
DeltaScale Property



C1.WPF Namespace > C1ZoomDeltaEventArgs Class : DeltaScale Property
Gets the delta scale.
Syntax
'Declaration
 
Public ReadOnly Property DeltaScale As Point
'Usage
 
Dim instance As C1ZoomDeltaEventArgs
Dim value As Point
 
value = instance.DeltaScale
public Point DeltaScale {get;}
public:
property Point DeltaScale {
   Point get();
}
See Also

Reference

C1ZoomDeltaEventArgs Class
C1ZoomDeltaEventArgs Members