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



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