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


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