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



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