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


In This Topic
    ResetMarginRight Method (ChartShape)
    In This Topic
    Resets the margin between the right side of the element and its contents to the default value.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ResetMarginRight() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.ResetMarginRight()
    protected override void ResetMarginRight()
    See Also