Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / FlipShapeVertical() Method


In This Topic
    FlipShapeVertical() Method
    In This Topic
    Flips the shape vertically (along a vertical axis).
    Syntax
    'Declaration
     
    
    Public Overrides Sub FlipShapeVertical() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.FlipShapeVertical()
    public override void FlipShapeVertical()
    See Also