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


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