ComponentOne FinancialChart for WinForms
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
     
    
    <C1DescriptionAttribute("FlexPie.Reversed", "Gets or sets a value that determines whether angles are reversed (counter-clockwise).")>
    <DefaultValueAttribute(False)>
    Public Property Reversed As Boolean
    [C1Description("FlexPie.Reversed", "Gets or sets a value that determines whether angles are reversed (counter-clockwise).")]
    [DefaultValue(false)]
    public bool Reversed {get; set;}
    Remarks
    The default value is false, which causes angles to be measured in the clockwise direction.
    See Also