ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ZoomCompletedEventArgs Class / CumulativeScale Property



In This Topic
    CumulativeScale Property (C1ZoomCompletedEventArgs)
    In This Topic
    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