ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / PieClockwise Property

In This Topic
    PieClockwise Property
    In This Topic
    For Pie charts, gets or sets a value indicating whether series are drawn clockwise or counter-clockwise.
    Syntax
    'Declaration
     
    Public Property PieClockwise As Boolean
    public bool PieClockwise {get; set;}
    See Also