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



In This Topic
    CumulativeScale Property (C1ZoomDeltaEventArgs)
    In This Topic
    Gets the accumulated scale.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CumulativeScale As Point
    'Usage
     
    
    Dim instance As C1ZoomDeltaEventArgs
    Dim value As Point
     
    value = instance.CumulativeScale
    public Point CumulativeScale {get;}
    public:
    property Point CumulativeScale {
       Point get();
    }
    See Also