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



In This Topic
    DeltaScale Property
    In This Topic
    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