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



In This Topic
    UniformDeltaScale Property
    In This Topic
    Gets the uniform delta scale.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UniformDeltaScale As Double
    'Usage
     
    
    Dim instance As C1ZoomDeltaEventArgs
    Dim value As Double
     
    value = instance.UniformDeltaScale
    public double UniformDeltaScale {get;}
    public:
    property double UniformDeltaScale {
       double get();
    }
    See Also