FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexPie Class / Reversed Property

In This Topic
    Reversed Property (FlexPie)
    In This Topic
    Gets or sets a value that determines whether angles are reversed (counter-clockwise).
    Syntax
    'Declaration
     
    Public Property Reversed As System.Boolean
    public System.bool Reversed {get; set;}
    Remarks
    The default value is false, which causes angles to be measured in the clockwise direction.
    See Also