ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1HyperPanel Class / MinElementScale Property



In This Topic
    MinElementScale Property
    In This Topic
    Gets or sets a value between zero and one that determines the minimum scale to be applied to elements when they are away from the center.
    Syntax
    'Declaration
     
    
    Public Property MinElementScale As Double
    'Usage
     
    
    Dim instance As C1HyperPanel
    Dim value As Double
     
    instance.MinElementScale = value
     
    value = instance.MinElementScale
    public double MinElementScale {get; set;}
    public:
    property double MinElementScale {
       double get();
       void set (    double value);
    }
    Remarks

    This property is useful when the Distribution property is set to small values, and you want to prevent child elements from becoming too small when they are away from the mouse.

    For example, setting this property to 0.5 prevents any child elements from being reduced to less than half their original size.

    See Also