Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / FlipVertical Property


In This Topic
    FlipVertical Property (SpreadChart)
    In This Topic
    Gets or sets a value indicating whether the shape is flip vertical.
    Syntax
    'Declaration
     
    
    Public Property FlipVertical As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    instance.FlipVertical = value
     
    value = instance.FlipVertical
    public bool FlipVertical {get; set;}

    Property Value

    true if the shape is flip vertical]; otherwise, false.
    See Also