Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ResetSizeProportional Method


In This Topic
    ResetSizeProportional Method (ChartShape)
    In This Topic
    Resets whether the object can be resized proportionally by the user.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetSizeProportional() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.ResetSizeProportional()
    public override void ResetSizeProportional()
    See Also