ComponentOne FinancialChart for WPF
CumulativeScale Property (C1ZoomCompletedEventArgs)



C1.WPF Namespace > C1ZoomCompletedEventArgs Class : CumulativeScale Property
Gets the accumulated scale.
Syntax
'Declaration
 
Public Property CumulativeScale As Point
'Usage
 
Dim instance As C1ZoomCompletedEventArgs
Dim value As Point
 
instance.CumulativeScale = value
 
value = instance.CumulativeScale
public Point CumulativeScale {get; set;}
public:
property Point CumulativeScale {
   Point get();
   void set (    Point value);
}
See Also

Reference

C1ZoomCompletedEventArgs Class
C1ZoomCompletedEventArgs Members